UNPKG

151 BTypeScriptView Raw
1import type { BN } from '@polkadot/util';
2export declare function createKeyDerived(who: string | Uint8Array, index: bigint | BN | number): Uint8Array;