UNPKG

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