Module bitcoin::bip32

source ·
Expand description

BIP32 implementation.

Implementation of BIP32 hierarchical deterministic wallets, as defined at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki.

Structs§

Enums§

Traits§

  • Trait that allows possibly failable conversion from a type into a derivation path

Type Aliases§

  • The old name for xpriv, extended public key.
  • ExtendendPubKeyDeprecated
    The old name for xpub, extended public key.
  • Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.