Expand description
Cumulus parachain inherent related structures.
Structs§
- Abridged
Inbound Messages Collection - A compressed collection of inbound messages.
- Basic
Parachain Inherent Data - The basic inherent data that is passed by the collator to the parachain runtime. This data doesn’t contain any messages.
- Inbound
Message Id - A structure that helps identify a message inside a collection of messages sorted by
sent_at
. - Inbound
Messages Collection - A collection of inbound messages.
- Inbound
Messages Data - The messages that are passed by the collator to the parachain runtime as part of the inherent data.
Traits§
- Inbound
Message - A message that was received by the parachain.
Functions§
- deconstruct_
parachain_ inherent_ data - Deconstructs a
ParachainInherentData
instance.