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.