mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-17 00:51:06 +00:00
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
import type { Keypair } from '../../types.js';
|
|
export declare function hdEthereum(seed: Uint8Array, path?: string): Keypair;
|