BridgeHub Westend
subscan
Runtime Modules / BridgeRococoGrandpa
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
UpdatedBestFinalizedHeader2a00["BridgedBlockNumber","BridgedBlockHash","StoredHeaderGrandpaInfo<BridgedHeader>"]
Storage Functions
Name
Type
FreeMandatoryHeadersRemaining{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
InitialHash{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
BestFinalized{"origin":"PlainType","plain_type":"bp_runtime:HeaderId","PlainTypeValue":371}
ImportedHashes{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":13}}
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":13,"value_id":372}}
CurrentAuthoritySet{"origin":"PlainType","plain_type":"pallet_bridge_grandpa:storage_types:StoredAuthoritySet","PlainTypeValue":373}
PalletOwner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
PalletOperatingMode{"origin":"PlainType","plain_type":"bp_runtime:BasicOperatingMode","PlainTypeValue":346}
Constants
Name
Type
Value
MaxFreeMandatoryHeadersPerBlockU3204000000
HeadersToKeepU3200040000
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.
InvalidAuthoritySetIdThe `current_set_id` argument of the `submit_finality_proof_ex` doesn't matchthe id of the current set, known to the pallet.