Files

3 lines
123 B
TypeScript

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