Expand description
cashweb-bitcoin
is a library providing serialization/deserialization of Bitcoin structures,
utility methods for signing, and methods for Hierarchical Deterministic Wallets
use.
Modules§
- bip32
- This module contains the
ExtendedPublicKey
andExtendedPrivateKey
structs which allow interaction withHierarchical Deterministic Wallets
. - prelude
- A “prelude” for crates using the
cashweb-bitcoin
crate. - transaction
- This module contains the primary structs related to Bitcoin transactions.
All of them enjoy
Encodable
andDecodable
. - var_int
- This module contains the
VarInt
struct which represents a variable-length integer. It enjoysEncodable
andDecodable
.
Structs§
- Insufficient
Capacity - Insufficient capacity in buffer when encoding a Bitcoin structure.
- Unexpected
Network - Network was unexpected.
Enums§
- Network
- Enumeration of all standard Bitcoin networks.