UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 140 B
import type { Keypair } from '../../types.js'; export declare function hdLedger(_mnemonic: string, path: string, rounds?: number): Keypair;