zkVerify Testnet
subscan
Runtime Modules / Grandpa
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
NewAuthorities0700["AuthorityList"]
Paused0701
Resumed0702
Storage Functions
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}
Constants
Name
Type
Value
MaxAuthoritiesU32e8030000
MaxNominatorsU3288130000
MaxSetIdSessionEntriesU640000000000000000
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.