Type Alias cumulus_pallet_parachain_system::pallet::LastRelayChainBlockNumber
source · pub type LastRelayChainBlockNumber<T: Config> = StorageValue<_GeneratedPrefixForStorageLastRelayChainBlockNumber<T>, RelayChainBlockNumber, ValueQuery>;
Expand description
The relay chain block number associated with the last parachain block.
This is updated in on_finalize
.
Storage type is [StorageValue
] with value type RelayChainBlockNumber
.
Aliased Type§
struct LastRelayChainBlockNumber<T: Config>(/* private fields */);