BridgeHub Paseo
subscan
Runtime Modules / BridgeKusamaGrandpa
Spec Version:
Call Functions
Name
Lookup
Parameters
submit_finality_proof33002
initialize33011
set_owner33021
set_operating_mode33031
Events
Name
Lookup
Attributes
UpdatedBestFinalizedHeader3300["BridgedBlockNumber","BridgedBlockHash","StoredHeaderGrandpaInfo<BridgedHeader>"]
Storage Functions
Name
Type
FreeMandatoryHeadersRemaining{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
InitialHash{"origin":"PlainType","plain_type":"H256","PlainTypeValue":12}
BestFinalized{"origin":"PlainType","plain_type":"bp_runtime:HeaderId","PlainTypeValue":411}
ImportedHashes{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":12}}
ImportedHashesPointer{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ImportedHeaders{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"bp_header_chain:StoredHeaderData","keys_id":12,"value_id":412}}
CurrentAuthoritySet{"origin":"PlainType","plain_type":"pallet_bridge_grandpa:storage_types:StoredAuthoritySet","PlainTypeValue":413}
PalletOwner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
PalletOperatingMode{"origin":"PlainType","plain_type":"bp_runtime:BasicOperatingMode","PlainTypeValue":358}
Constants
Name
Type
Value
MaxFreeMandatoryHeadersPerBlockU3204000000
HeadersToKeepU32b0040000
Error Types
Name
Docs
InvalidJustificationThe given justification is invalid for the given header.
InvalidAuthoritySetThe authority set from the underlying header chain is invalid.
OldHeaderThe header being imported is older than the best finalized header known to the pallet.
UnsupportedScheduledChangeThe scheduled authority set change found in the header is unsupported by the pallet.This is the case for non-standard (e.g forced) authority set changes.
NotInitializedThe pallet is not yet initialized.
AlreadyInitializedThe pallet has already been initialized.
TooManyAuthoritiesInSetToo many authorities in the set.
BridgeModuleError generated by the `OwnedBridgeModule` trait.