Name | Lookup | Parameters | |
---|---|---|---|
report_equivocation | 0700 | 2 | |
report_equivocation_unsigned | 0701 | 2 | |
note_stalled | 0702 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
NewAuthorities | 0700 | ["AuthorityList"] | |
Paused | 0701 | ||
Resumed | 0702 |
Name | Type | |
---|---|---|
State | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredState","PlainTypeValue":351} | |
PendingChange | {"origin":"PlainType","plain_type":"pallet_grandpa:StoredPendingChange","PlainTypeValue":352} | |
NextForced | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Stalled | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":52} | |
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":353} |
Name | Type | Value | |
---|---|---|---|
MaxAuthorities | U32 | e8030000 | |
MaxNominators | U32 | 88130000 | |
MaxSetIdSessionEntries | U64 | 0000000000000000 |
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. |