[−][src]Crate serialization
Modules
| bytes |
Wrapper around |
| compact |
Compact representation of |
| hash |
Fixed-size hashes |
Structs
| CompactInteger |
A type of variable-length integer commonly used in the Bitcoin P2P protocol and Bitcoin serialized data structures. |
| List | |
| ReadIterator |
Should be used to iterate over structures of the same type |
| Reader |
Bitcoin structures reader. |
| Stream |
Stream used for serialization of Bitcoin structures |
Enums
| Error |
Constants
| SERIALIZE_TRANSACTION_WITNESS |
Do not serialize transaction witness data. |
Traits
| Deserializable | |
| Serializable |
Functions
| deserialize | |
| deserialize_iterator | |
| serialize | |
| serialize_list | |
| serialize_with_flags | |
| serialized_list_size | |
| serialized_list_size_with_flags |