Module sv::wallet[][src]

Expand description

Wallet and key management

Structs

A private or public key in an hierarchial deterministic wallet

Enums

Public or private key type

Wordlist language

Constants

Index which begins the derived hardened keys

“xprv” prefix for private extended keys on mainnet

“xpub” prefix for public extended keys on mainnet

“tprv” prefix for private extended keys on testnet

“tpub” prefix for public extended keys on testnet

Functions

Derives a key using the BIP-32 and BIP-44 shortened key notation

Loads the word list for a given language

Decodes a neumonic into data using BIP-39

Encodes data into a mnemonic using BIP-39