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>(PhantomData<(_GeneratedPrefixForStorageIncomingAuthorities<T>, Vec<<T as Config>::MemberId>, ValueQuery, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageIncomingAuthorities<T>, Vec<<T as Config>::MemberId>, ValueQuery, GetDefault)>