Name | Lookup | Parameters | |
---|---|---|---|
report_equivocation | 0a00 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
NewAuthorities | 0600 | ||
Paused | 0601 | ||
Resumed | 0602 |
Name | Type | |
---|---|---|
State | {"origin":"PlainType","plain_type":"StoredState<BlockNumber>"} | |
PendingChange | {"origin":"PlainType","plain_type":"StoredPendingChange<BlockNumber>"} | |
NextForced | {"origin":"PlainType","plain_type":"BlockNumber"} | |
Stalled | {"origin":"PlainType","plain_type":"(BlockNumber, BlockNumber)"} | |
CurrentSetId | {"origin":"PlainType","plain_type":"SetId"} | |
SetIdSession | {"origin":"MapType","map_type":{"key":"SetId","hasher":"Twox64Concat","value":"SessionIndex","isLinked":false}} |
Name | Docs |
---|---|
PauseFailed | Attempt to signal GRANDPA pause when the authority set isn't live (either paused or already pending pause). |
ResumeFailed | Attempt to signal GRANDPA resume when the authority set isn't paused (either live or already pending resume). |
ChangePending | Attempt to signal GRANDPA change with one already pending. |
TooSoon | Cannot signal forced change so soon after last. |
InvalidKeyOwnershipProof | A key ownership proof provided as part of an equivocation report is invalid. |
DuplicateOffenceReport | A given equivocation report is valid but already previously reported. |