pub type ElectableStashes<T: Config> = StorageValue<_GeneratedPrefixForStorageElectableStashes<T>, BoundedBTreeSet<T::AccountId, T::MaxValidatorSet>, ValueQuery>;
Expand description
A bounded list of the “electable” stashes that resulted from a successful election.
Storage type is [StorageValue
] with value type BoundedBTreeSet < T :: AccountId, T :: MaxValidatorSet >
.
Aliased Type§
struct ElectableStashes<T: Config>(/* private fields */);