Type Alias DisabledValidators

Source
pub type DisabledValidators<T> = StorageValue<DisabledValidators_Storage_Instance<T>, BoundedVec<(u32, OffenceSeverity), ConstU32<333>>, ValueQuery>;

Aliased Typeยง

pub struct DisabledValidators<T>(/* private fields */);