Name | Lookup | Parameters | |
|---|---|---|---|
| report_equivocation | 0b00 | 2 | |
| report_equivocation_unsigned | 0b01 | 2 | |
| note_stalled | 0b02 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewAuthorities | 0b00 | ["AuthorityList"] | |
| Paused | 0b01 | ||
| Resumed | 0b02 |
Name | Type | |
|---|---|---|
| State | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredState","PlainTypeValue":618} | |
| PendingChange | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredPendingChange","PlainTypeValue":619} | |
| NextForced | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Stalled | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":33} | |
| CurrentSetId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| SetIdSession | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"U32","keys_id":12,"value_id":4}} | |
| Authorities | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_consensus_grandpa:app:PublicU64>","PlainTypeValue":620} |
Name | Type | Value | |
|---|---|---|---|
| MaxAuthorities | U32 | a0860100 | |
| MaxNominators | U32 | 00020000 | |
| 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. |