Type Alias serai_emissions_pallet::pallet::CurrentSession
source · pub type CurrentSession<T: Config> = StorageMap<_GeneratedPrefixForStorageCurrentSession<T>, Identity, NetworkId, u32, ValueQuery>;
Expand description
Storage type is StorageMap
with key type NetworkId
and value type u32
.
Aliased Type§
struct CurrentSession<T: Config>(/* private fields */);