Name | Lookup | Parameters | |
---|---|---|---|
report_equivocation | 0a00 | 2 | |
report_equivocation_unsigned | 0a01 | 2 | |
note_stalled | 0a02 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
NewAuthorities | 0a00 | ["AuthorityList"] | |
Paused | 0a01 | ||
Resumed | 0a02 |
Name | Type | |
---|---|---|
State | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredState","PlainTypeValue":601} | |
PendingChange | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredPendingChange","PlainTypeValue":602} | |
NextForced | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Stalled | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":213} | |
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}} |
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. |