Module breez_sdk_liquid::bitcoin::util::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§
- A chain code
- A BIP-32 derivation path.
- An iterator over children of a DerivationPath.
- Extended private key
- Extended public key
- A fingerprint
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§
- Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.