Type Alias cumulus_pallet_parachain_system::pallet::RelayStateProof
source · pub type RelayStateProof<T: Config> = StorageValue<_GeneratedPrefixForStorageRelayStateProof<T>, StorageProof>;
Expand description
The state proof for the last relay parent block.
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 sp_trie :: StorageProof
.
Aliased Type§
struct RelayStateProof<T: Config>(/* private fields */);