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

3 lines
125 B
TypeScript

import type { Keypair } from '../../types.js';
export declare function hdEthereum(seed: Uint8Array, path?: string): Keypair;