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