Polkadot
subscan
Runtime Modules / Grandpa
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
NewAuthorities0b00
Paused0b01
Resumed0b02
Storage Functions
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}}
Error Types
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.