Files
pezkuwi-common/packages/util-crypto/hd/ledger/index.d.ts
T

3 lines
123 B
TypeScript

import type { Keypair } from '../../types.js';
export declare function hdLedger(_mnemonic: string, path: string): Keypair;