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