Module message

Source
Expand description

Network packet message types. These get serialized and put into the lower level protocol payload.

Re-exports§

pub use generic::BlockAnnounce;
pub use generic::FromBlock;

Modules§

generic
Generic types.

Structs§

AnnouncementSummary
Announcement summary used for debug logging.
BlockAnnouncesHandshake
Handshake sent when we open a block announces substream.
BlockAttributes
Node roles bitmask.

Enums§

BlockState
Block state in the chain.
Direction
Block enumeration direction.

Type Aliases§

BlockData
Type alias for using the BlockData type using block type parameters.
BlockRequest
Type alias for using the block request type using block type parameters.
BlockResponse
Type alias for using the BlockResponse type using block type parameters.