Type Alias serai_validator_sets_pallet::pallet::SessionBeginBlock
source · pub type SessionBeginBlock<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSessionBeginBlock<T>, Identity, NetworkId, Identity, Session, u64, ValueQuery>;
Expand description
Mapping from session to its starting block number.
Storage type is StorageDoubleMap
with key1 type NetworkId, key2 type Session and value type u64.
Aliased Type§
struct SessionBeginBlock<T: Config>(/* private fields */);