UNPKG

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