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) 171 B
export type { Account, Address } from "./account"; export type { Keys } from "./keys"; export { Hex, Path, MAX_ADDRESS_GAP } from "./constants"; export * from "./crypto";