Type Definition pallet_attesters::pallet::NextCommittee
source · pub type NextCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageNextCommittee<T>, Vec<T::AccountId>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < T :: AccountId >
.