UNPKG

@okxweb3/crypto-lib

Version:

A base package for @okxweb3/coin-*

4 lines (3 loc) 142 B
/// <reference types="node" /> import { HDKey } from '@scure/bip32'; export declare function fromSeedV2(seed: Buffer, hdPath: string): HDKey;