Module message

Source
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§

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 [Inventory] items in an inv message.