UNPKG

tnb-hd-wallet

Version:

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

5 lines (4 loc) 189 B
export { generateMnemonic, } from "bip39"; export { Slip10Derivation, } from "./slip0010"; export type { Account, Address, Curve, CoinDetails } from "./models"; export * from "./HdWallet";