referrerpolicy=no-referrer-when-downgrade

Module parachain_inherent

Module parachain_inherent 

Source
Expand description

Cumulus parachain inherent related structures.

Structs§

AbridgedInboundMessagesCollection
A compressed collection of inbound messages.
AbridgedInboundMessagesSizeInfo
A struct containing some info about the expected size of the abridged inbound messages.
BasicParachainInherentData
The basic inherent data that is passed by the collator to the parachain runtime. This data doesn’t contain any messages.
InboundMessageId
A structure that helps identify a message inside a collection of messages sorted by sent_at.
InboundMessagesCollection
A collection of inbound messages.
InboundMessagesData
The messages that are passed by the collator to the parachain runtime as part of the inherent data.

Traits§

InboundMessage
A message that was received by the parachain.

Functions§

deconstruct_parachain_inherent_data
Deconstructs a ParachainInherentData instance.

Type Aliases§

AbridgedInboundDownwardMessages
AbridgedInboundHrmpMessages
InboundDownwardMessages
InboundHrmpMessages