Name | Lookup | Parameters | |
|---|---|---|---|
| report_double_voting | f000 | 2 | |
| report_double_voting_unsigned | f001 | 2 | |
| set_new_genesis | f002 | 1 | |
| report_fork_voting | f003 | 2 | |
| report_fork_voting_unsigned | f004 | 2 | |
| report_future_block_voting | f005 | 2 | |
| report_future_block_voting_unsigned | f006 | 2 |
Name | Type | |
|---|---|---|
| Authorities | {"origin":"PlainType","plain_type":"Vec<[U8; 33]>","PlainTypeValue":1065} | |
| ValidatorSetId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| NextAuthorities | {"origin":"PlainType","plain_type":"Vec<[U8; 33]>","PlainTypeValue":1065} | |
| SetIdSession | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"U32","keys_id":12,"value_id":4}} | |
| GenesisBlock | {"origin":"PlainType","plain_type":"option<U32>","PlainTypeValue":73} |
Name | Type | Value | |
|---|---|---|---|
| MaxAuthorities | U32 | 64000000 | |
| MaxNominators | U32 | 00010000 | |
| MaxSetIdSessionEntries | U64 | a800000000000000 |
Name | Docs |
|---|---|
| InvalidKeyOwnershipProof | A key ownership proof provided as part of an equivocation report is invalid. |
| InvalidDoubleVotingProof | A double voting proof provided as part of an equivocation report is invalid. |
| InvalidForkVotingProof | A fork voting proof provided as part of an equivocation report is invalid. |
| InvalidFutureBlockVotingProof | A future block voting proof provided as part of an equivocation report is invalid. |
| InvalidEquivocationProofSession | The session of the equivocation proof is invalid |
| DuplicateOffenceReport | A given equivocation report is valid but already previously reported. |
| InvalidConfiguration | Submitted configuration is invalid. |