Name | Lookup | Parameters | |
---|---|---|---|
skip_external_validators | 1400 | 1 | |
add_whitelisted | 1401 | 1 | |
remove_whitelisted | 1402 | 1 | |
force_era | 1403 | 1 | |
set_external_validators | 1404 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
WhitelistedValidatorAdded | 1400 | ["AccountId"] | |
WhitelistedValidatorRemoved | 1401 | ["AccountId"] | |
NewEra | 1402 | ["EraIndex"] | |
ForceEra | 1403 | ["Forcing"] | |
ExternalValidatorsSet | 1404 | ["Vec<ValidatorId>","u64"] |
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} |
Name | Type | Value | |
---|---|---|---|
HistoryDepth | U32 | 54000000 | |
MaxWhitelistedValidators | U32 | 64000000 | |
MaxExternalValidators | U32 | 64000000 | |
SessionsPerEra | U32 | 04000000 |
Name | Docs |
---|---|
TooManyWhitelisted | There are too many whitelisted validators. |
AlreadyWhitelisted | Account is already whitelisted. |
NotWhitelisted | Account is not whitelisted. |
NoKeysRegistered | Account does not have keys registered |
UnableToDeriveValidatorId | Unable to derive validator id from account id |