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