Module bip32
Expand description
BIP32 implementation.
Implementation of BIP32 hierarchical deterministic wallets, as defined at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki.
Structs§
- Chain
Code - A chain code
- Derivation
Path - A BIP-32 derivation path.
- Derivation
Path Iterator - An iterator over children of a DerivationPath.
- Extended
Priv Key - Extended private key
- Extended
PubKey - Extended public key
- Fingerprint
- A fingerprint
Enums§
- Child
Number - A child number for a derived key
- Error
- A BIP32 error
Traits§
- Into
Derivation Path - Trait that allows possibly failable conversion from a type into a derivation path
Type Aliases§
- KeySource
- Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.