UNPKG

183 BTypeScriptView Raw
1/// <reference types="bn.js" />
2import type { BN } from '@polkadot/util';
3export declare function createKeyDerived(who: string | Uint8Array, index: bigint | BN | number): Uint8Array;