Type Alias polkadot_runtime_parachains::paras::pallet::MostRecentContext
source · pub type MostRecentContext<T: Config> = StorageMap<_GeneratedPrefixForStorageMostRecentContext<T>, Twox64Concat, Id, BlockNumberFor<T>>;
Expand description
The context (relay-chain block number) of the most recent parachain head.
Storage type is [StorageMap
] with key type ParaId
and value type BlockNumberFor < T >
.
Aliased Type§
struct MostRecentContext<T: Config>(/* private fields */);