Expand description
Actual versioned requests and responses that are sent over the wire. Requests and responses as sent over the wire for the individual protocols.
Structs§
- Available
Data Fetching Request  - Request the entire available data for a candidate.
 - Chunk
Fetching Request  - Request an availability chunk.
 - Chunk
Response  - Skimmed down variant of 
ErasureChunk. - Collation
Fetching Request  - Request the advertised collation at that relay-parent.
 - Dispute
Request  - A dispute request.
 - PoVFetching
Request  - Request the advertised collation at that relay-parent.
 
Enums§
- Available
Data Fetching Response  - Receive a requested available data.
 - Chunk
Fetching Response  - Receive a requested erasure chunk.
 - Collation
Fetching Response  - Responses as sent by collators.
 - Dispute
Response  - Possible responses to a 
DisputeRequest. - PoVFetching
Response  - Responses to 
PoVFetchingRequest.