pub type NextFinalityCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageNextFinalityCommittee<T>, Vec<T::AccountId>, ValueQuery>;
Expand description

Set of account ids that will be used as authorities in the next session

Storage type is [StorageValue] with value type Vec < T :: AccountId >.

Aliased Type§

struct NextFinalityCommittee<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextFinalityCommittee<T>, Vec<<T as Config>::AccountId>, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageNextFinalityCommittee<T>, Vec<<T as Config>::AccountId>, ValueQuery, GetDefault)>