subscan
Runtime Modules / ExternalValidators
Spec Version:
Events
Name
Lookup
Attributes
WhitelistedValidatorAdded1400["AccountId"]
WhitelistedValidatorRemoved1401["AccountId"]
NewEra1402["EraIndex"]
ForceEra1403["Forcing"]
ExternalValidatorsSet1404["Vec<ValidatorId>","u64"]
Storage Functions
Name
Type
WhitelistedValidators{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":650}
WhitelistedValidatorsActiveEra{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":650}
WhitelistedValidatorsActiveEraPending{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":650}
ExternalValidators{"origin":"PlainType","plain_type":"Vec<AccountId>","PlainTypeValue":651}
SkipExternalValidators{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
CurrentEra{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ActiveEra{"origin":"PlainType","plain_type":"tp_traits:ActiveEraInfo","PlainTypeValue":652}
ErasStartSessionIndex{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}}
ForceEra{"origin":"PlainType","plain_type":"pallet_external_validators:Forcing","PlainTypeValue":58}
ExternalIndex{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
PendingExternalIndex{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
CurrentExternalIndex{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
Constants
Name
Type
Value
HistoryDepthU3254000000
MaxWhitelistedValidatorsU3264000000
MaxExternalValidatorsU3264000000
SessionsPerEraU3204000000
Error Types
Name
Docs
TooManyWhitelistedThere are too many whitelisted validators.
AlreadyWhitelistedAccount is already whitelisted.
NotWhitelistedAccount is not whitelisted.
NoKeysRegisteredAccount does not have keys registered
UnableToDeriveValidatorIdUnable to derive validator id from account id