Expand description
Bitcoin HD wallet derivation for Kobe.
Derives Bitcoin addresses from a [kobe::Wallet] seed following
BIP-32/44/49/84/86. Supports P2PKH, P2SH-P2WPKH, P2WPKH, and P2TR
address types across mainnet and testnet.
Structs§
- Derivation
Path - BIP32 derivation path.
- Derived
Address - A derived Bitcoin address with associated keys and metadata.
- Deriver
- Bitcoin address deriver from a unified wallet seed.
- Parse
Address Type Error - Error returned when parsing an invalid address type string.
- Parse
Network Error - Error returned when parsing an invalid network string.
Enums§
- Address
Type - Bitcoin address types.
- Error
- Errors from Bitcoin HD derivation.
- Network
- Supported Bitcoin networks.
Type Aliases§
- Result
- Convenient Result alias.