UNPKG

122 BTypeScriptView Raw
1import type { Keypair } from '../../types';
2export declare function hdEthereum(seed: Uint8Array, path?: string): Keypair;