Type Alias Validators

Validators: StorageDescriptor<[Key: SS58String], {
    blocked: boolean;
    commission: number;
}, false, never>

The map from (wannabe) validator stash key to the preferences of that validator.

TWOX-NOTE: SAFE since AccountId is a secure hash.