Expand description
Network message
This module defines the Message
traits which are used
for (de)serializing Bitcoin objects for transmission on the network. It
also defines (de)serialization routines for many primitives.
Structs§
- Command
String - Serializer for command string
- RawNetwork
Message - A Network message
Enums§
- Network
Message - A Network message payload. Proper documentation is available on at Bitcoin Wiki: Protocol Specification
Constants§
- MAX_
INV_ SIZE - The maximum number of [Inventory] items in an
inv
message.