Expand description
Wallet and key management
Structs§
- Extended
Key - A private or public key in an hierarchical deterministic wallet
Enums§
- Extended
KeyType - Public or private key type
- Wordlist
- Wordlist language
Constants§
- HARDENED_
KEY - Index which begins the derived hardened keys
- MAINNET_
PRIVATE_ EXTENDED_ KEY - “xprv” prefix for private extended keys on mainnet
- MAINNET_
PUBLIC_ EXTENDED_ KEY - “xpub” prefix for public extended keys on mainnet
- TESTNET_
PRIVATE_ EXTENDED_ KEY - “tprv” prefix for private extended keys on testnet
- TESTNET_
PUBLIC_ EXTENDED_ KEY - “tpub” prefix for public extended keys on testnet
Functions§
- derive_
extended_ key - Derives a key using the BIP-32 and BIP-44 shortened key notation
- load_
wordlist - Loads the word list for a given language
- mnemonic_
decode - Decodes a mnemonic into data using BIP-39
- mnemonic_
encode - Encodes data into a mnemonic using BIP-39