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