pub type ProvidedAccounts<T: Config> = StorageValue<_GeneratedPrefixForStorageProvidedAccounts<T>, BoundedBTreeSet<T::AccountId, T::MaxValidators>, ValueQuery>;Expand description
Storage type is [StorageValue] with value type BoundedBTreeSet < T :: AccountId, T :: MaxValidators >.
Aliased Typeยง
pub struct ProvidedAccounts<T: Config>(/* private fields */);