Name | Lookup | Parameters | |
---|---|---|---|
cancel_deferred_slash | 1500 | 2 | |
force_inject_slash | 1501 | 4 | |
root_test_send_msg_to_eth | 1502 | 3 | |
set_slashing_mode | 1503 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
SlashReported | 1500 | ["ValidatorId","Perbill","EraIndex"] | |
SlashesMessageSent | 1501 | ["H256","Command"] |
Name | Type | |
---|---|---|
ValidatorSlashInEra | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"U32","keys_id":655,"value_id":51}} | |
BondedEras | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U32U64>","PlainTypeValue":656} | |
NextSlashId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Slashes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<pallet_external_validator_slashes:Slash>","keys_id":4,"value_id":658}} | |
UnreportedSlashesQueue | {"origin":"PlainType","plain_type":"Vec<pallet_external_validator_slashes:Slash>","PlainTypeValue":658} | |
SlashingMode | {"origin":"PlainType","plain_type":"pallet_external_validator_slashes:pallet:SlashingModeOption","PlainTypeValue":202} |
Name | Type | Value | |
---|---|---|---|
SlashDeferDuration | U32 | 00000000 | |
BondingDuration | U32 | 1c000000 | |
QueuedSlashesProcessedPerBlock | U32 | 0a000000 |
Name | Docs |
---|---|
EmptyTargets | The era for which the slash wants to be cancelled has no slashes |
InvalidSlashIndex | No slash was found to be cancelled at the given index |
NotSortedAndUnique | Slash indices to be cancelled are not sorted or unique |
ProvidedFutureEra | Provided an era in the future |
ProvidedNonSlashableEra | Provided an era that is not slashable |
DeferPeriodIsOver | The slash to be cancelled has already elapsed the DeferPeriod |
ErrorComputingSlash | There was an error computing the slash |
EthereumValidateFail | Failed to validate the message that was going to be sent to Ethereum |
EthereumDeliverFail | Failed to deliver the message to Ethereum |
RootTestInvalidParams | Invalid params for root_test_send_msg_to_eth |