Expand description
BIP32 implementation.
Implementation of BIP32 hierarchical deterministic wallets, as defined at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki.
Structs§
- A chain code
- A BIP-32 derivation path.
- An iterator over children of a DerivationPath.
- A fingerprint
- Decoded base58 data was an invalid length.
- Extended key identifier as defined in BIP-32.
- Extended private key
- Extended public key
Enums§
- A child number for a derived key
- A BIP32 error
Traits§
- Trait that allows possibly failable conversion from a type into a derivation path
Type Aliases§
- ExtendedPrivKeyDeprecatedThe old name for xpriv, extended public key.
- ExtendedPubKeyDeprecatedThe old name for xpub, extended public key.
- ExtendendPrivKeyDeprecatedThe old name for xpriv, extended public key (with a released typo in it).
- ExtendendPubKeyDeprecatedThe old name for xpub, extended public key (with a released typo in it).
- Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.