Kusama
subscan
Runtime Modules / Grandpa
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
NewAuthorities0a00["AuthorityList"]
Paused0a01
Resumed0a02
Storage Functions
Name
Type
State{"origin":"PlainType","plain_type":"pallet_grandpa:StoredState","PlainTypeValue":646}
PendingChange{"origin":"PlainType","plain_type":"pallet_grandpa:StoredPendingChange","PlainTypeValue":647}
NextForced{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Stalled{"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":233}
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":648}
Constants
Name
Type
Value
MaxAuthoritiesU32a0860100
MaxNominatorsU3200020000
MaxSetIdSessionEntriesU64a800000000000000
Error Types
Name
Docs
PauseFailedAttempt to signal GRANDPA pause when the authority set isn't live(either paused or already pending pause).
ResumeFailedAttempt to signal GRANDPA resume when the authority set isn't paused(either live or already pending resume).
ChangePendingAttempt to signal GRANDPA change with one already pending.
TooSoonCannot signal forced change so soon after last.
InvalidKeyOwnershipProofA key ownership proof provided as part of an equivocation report is invalid.
InvalidEquivocationProofAn equivocation proof provided as part of an equivocation report is invalid.
DuplicateOffenceReportA given equivocation report is valid but already previously reported.