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§
- Announcement
Summary  - Announcement summary used for debug logging.
 - Block
Announces Handshake  - Handshake sent when we open a block announces substream.
 - Block
Attributes  - Node roles bitmask.
 
Enums§
- Block
State  - Block state in the chain.
 - Direction
 - Block enumeration direction.
 
Type Aliases§
- Block
Data  - Type alias for using the BlockData type using block type parameters.
 - Block
Request  - Type alias for using the block request type using block type parameters.
 - Block
Response  - Type alias for using the BlockResponse type using block type parameters.