mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-17 10:11:04 +00:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { Keypair } from '../../types.js';
|
|
export declare function hdLedger(_mnemonic: string, path: string): Keypair;
|