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
ExtendedPublicKeyandExtendedPrivateKeystructs which allow interaction withHierarchical Deterministic Wallets. - prelude
- A “prelude” for crates using the
cashweb-bitcoincrate. - transaction
- This module contains the primary structs related to Bitcoin transactions.
All of them enjoy
EncodableandDecodable. - var_int
- This module contains the
VarIntstruct which represents a variable-length integer. It enjoysEncodableandDecodable.
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.