Type Alias pallet_authority_members::pallet::OnlineAuthorities
source · pub type OnlineAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageOnlineAuthorities<T>, Vec<T::MemberId>, ValueQuery>;
Expand description
The online authorities.
Storage type is [StorageValue
] with value type Vec < T :: MemberId >
.
Aliased Type§
struct OnlineAuthorities<T: Config>(/* private fields */);