Type Alias cumulus_pallet_parachain_system::pallet::RelevantMessagingState
source · pub type RelevantMessagingState<T: Config> = StorageValue<_GeneratedPrefixForStorageRelevantMessagingState<T>, MessagingStateSnapshot>;
Expand description
The snapshot of some state related to messaging relevant to the current parachain as per the relay parent.
This field is meant to be updated each block with the validation data inherent. Therefore,
before processing of the inherent, e.g. in on_initialize
this data may be stale.
This data is also absent from the genesis.
Storage type is [StorageValue
] with value type MessagingStateSnapshot
.
Aliased Type§
struct RelevantMessagingState<T: Config>(/* private fields */);