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