Skip to main content

Crate kobe_btc

Crate kobe_btc 

Source
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§

DerivationPath
BIP32 derivation path.
DerivedAddress
A derived Bitcoin address with associated keys and metadata.
Deriver
Bitcoin address deriver from a unified wallet seed.
ParseAddressTypeError
Error returned when parsing an invalid address type string.
ParseNetworkError
Error returned when parsing an invalid network string.

Enums§

AddressType
Bitcoin address types.
Error
Errors from Bitcoin HD derivation.
Network
Supported Bitcoin networks.

Type Aliases§

Result
Convenient Result alias.