UNPKG

tnb-hd-wallet

Version:

A hd wallet that derives public and private keys from a 12 word mnemonic phrase with support

11 lines (10 loc) 219 B
export declare enum Curve { ed25519 = "ed25519", secp256k1 = "secp256k1", nist256p1 = "nist256p1" } export interface CoinDetails { purpose: number; coinType: number; curve: keyof typeof Curve; }