Type Alias serai_validator_sets_pallet::pallet::CurrentSession

source ·
pub type CurrentSession<T: Config> = StorageMap<_GeneratedPrefixForStorageCurrentSession<T>, Identity, NetworkId, Session, OptionQuery>;
Expand description

The current session for a network.

Storage type is StorageMap with key type NetworkId and value type Session.

Aliased Type§

struct CurrentSession<T: Config>(/* private fields */);