Structs
- A candidate-receipt with commitments directly included.
- A wrapped version of
DownwardMessage
. The difference is that it has attached the block number when the message was sent. - An HRMP message seen from the perspective of a recipient.
- A handle used to communicate with the
Overseer
. - Unique identifier of a parachain.
- The validation data provides information about how to create the inputs for validation of a candidate. This information is derived from the chain state and will vary from para to para, although some fields may be the same for every para.
Enums
- An assumption being made about the state of an occupied core.
Traits
- Trait that provides all necessary methods for interaction between collator and relay chain.
Type Definitions
- A hash of some data used by the relay chain.
- Header type.
- Simple index type with which we can count sessions.
- Storage value.
- Identity that parachain validators use when signing validation messages.