Type Definition pallet_attesters::pallet::ActiveSet

source ·
pub type ActiveSet<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveSet<T>, Vec<T::AccountId>, ValueQuery>;
Expand description

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