Module wallet

Source
Expand description

Wallet-like features

Modules§

derivation_path
Derivation path according to BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki and EIP-3 https://github.com/ergoplatform/eips/blob/master/eip-0003.md
ext_pub_key
Extended public key operations according to BIP-32
ext_secret_key
Extended secret key operations according to BIP-32
mnemonic
Mnemonic operations according to BIP32/BIP39

Structs§

Wallet
A collection of secret keys. This simplified signing by matching the secret keys to the correct inputs automatically.