Name | Lookup | Parameters | |
|---|---|---|---|
| force_unfreeze | 3e00 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| DisputeInitiated | 3e00 | ["CandidateHash","DisputeLocation"] | |
| DisputeConcluded | 3e01 | ["CandidateHash","DisputeResult"] | |
| Revert | 3e02 | ["BlockNumberFor"] |
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:v8:DisputeState","keys_id":941,"value_id":942}} | |
| BackersOnDisputes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","H256"],"value":"Vec<U32>","keys_id":941,"value_id":943}} | |
| Included | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","H256"],"value":"U32","keys_id":941,"value_id":4}} | |
| Frozen | {"origin":"PlainType","plain_type":"option<U32>","PlainTypeValue":40} |
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. |
| SingleSidedDispute | A dispute where there are only votes on one side. |
| MaliciousBacker | A dispute vote from a malicious backer. |
| MissingBackingVotes | No backing votes were provides along dispute statements. |
| UnconfirmedDispute | Unconfirmed dispute statement sets provided. |