Module bitcoin::network::message [−][src]
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
| CommandString | Serializer for command string |
| RawNetworkMessage | A Network message |
Enums
| NetworkMessage | A Network message payload. Proper documentation is available on at Bitcoin Wiki: Protocol Specification |
Constants
| MAX_INV_SIZE | The maximum number of super::message_blockdata::Inventory items in an |