UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 125 B
import type { Keypair } from '../../types.js'; export declare function hdEthereum(seed: Uint8Array, path?: string): Keypair;