Name | Lookup | Parameters | |
|---|---|---|---|
| report_equivocation | 1000 | 2 | |
| report_equivocation_unsigned | 1001 | 2 | |
| note_stalled | 1002 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewAuthorities | 1000 | ||
| Paused | 1001 | ||
| Resumed | 1002 |
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. |
| InvalidEquivocationProof | An equivocation proof provided as part of an equivocation report is invalid. |
| DuplicateOffenceReport | A given equivocation report is valid but already previously reported. |