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.
- Fingerprint
- A fingerprint
- Invalid
Base58 Payload Length Error - Decoded base58 data was an invalid length.
- XKey
Identifier - Extended key identifier as defined in BIP-32.
- Xpriv
- Extended private key
- Xpub
- Extended public key
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§
- Extended
Priv Key Deprecated - The old name for xpriv, extended public key.
- Extended
PubKey Deprecated - The old name for xpub, extended public key.
- Extendend
Priv Key Deprecated - The old name for xpriv, extended public key (with a released typo in it).
- Extendend
PubKey Deprecated - The old name for xpub, extended public key (with a released typo in it).
- KeySource
- Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.