[][src]Module bitcoin::network::message

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

SocketResponse

A response from the peer-connected socket