UNPKG

@polkadot/util-crypto

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