Name | Lookup | Parameters | |
|---|---|---|---|
| report_equivocation | 1100 | 2 | |
| report_equivocation_unsigned | 1101 | 2 | |
| note_stalled | 1102 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewAuthorities | 1100 | ["AuthorityList"] | |
| Paused | 1101 | ||
| Resumed | 1102 |
Name | Type | |
|---|---|---|
| State | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredState","PlainTypeValue":420} | |
| PendingChange | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredPendingChange","PlainTypeValue":421} | |
| NextForced | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Stalled | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":84} | |
| CurrentSetId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| SetIdSession | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"U32","keys_id":11,"value_id":4}} | |
| Authorities | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_consensus_grandpa:app:PublicU64>","PlainTypeValue":422} |
Name | Type | Value | |
|---|---|---|---|
| MaxAuthorities | U32 | a0860100 | |
| MaxNominators | U32 | 00010000 | |
| MaxSetIdSessionEntries | U64 | a800000000000000 |
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. |