Name | Lookup | Parameters | |
---|---|---|---|
force_unfreeze | 3500 | - |
Name | Lookup | Attributes | |
---|---|---|---|
DisputeInitiated | 3500 | ["CandidateHash","DisputeLocation"] | |
DisputeConcluded | 3501 | ["CandidateHash","DisputeResult"] | |
DisputeTimedOut | 3502 | ["CandidateHash"] | |
Revert | 3503 | ["BlockNumber"] |
Name | Type | |
---|---|---|
LastPrunedSession | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Disputes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","H256"],"value":"polkadot_primitives:v2:DisputeState","keys_id":626,"value_id":627}} | |
Included | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","H256"],"value":"U32","keys_id":626,"value_id":4}} | |
SpamSlots | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U32>","keys_id":4,"value_id":211}} | |
Frozen | {"origin":"PlainType","plain_type":"option<U32>","PlainTypeValue":255} |
Name | Docs |
---|---|
DuplicateDisputeStatementSets | Duplicate dispute statement sets provided. |
AncientDisputeStatement | Ancient dispute statement provided. |
ValidatorIndexOutOfBounds | Validator index on statement is out of bounds for session. |
InvalidSignature | Invalid signature on statement. |
DuplicateStatement | Validator vote submitted more than once to dispute. |
PotentialSpam | Too many spam slots used by some specific validator. |
SingleSidedDispute | A dispute where there are only votes on one side. |