BridgeHub Westend
subscan
Runtime Modules / BridgeRococoMessages
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
MessageAccepted2c00["LaneId","MessageNonce"]
MessagesReceived2c01["Vec<ReceivedMessages<<MessageDispatch as MessageDispatch>:: DispatchLevelResult>>"]
MessagesDelivered2c02["LaneId","DeliveredMessages"]
Storage Functions
Name
Type
PalletOwner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
PalletOperatingMode{"origin":"PlainType","plain_type":"bp_messages:MessagesOperatingMode","PlainTypeValue":355}
InboundLanes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:InboundLaneData","keys_id":123,"value_id":386}}
OutboundLanes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:OutboundLaneData","keys_id":123,"value_id":389}}
OutboundLanesCongestedSignals{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"Bool","keys_id":123,"value_id":8}}
OutboundMessages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bp_messages:MessageKey"],"value":"Vec<U8>","keys_id":390,"value_id":391}}
Constants
Name
Type
Value
BridgedChainId[U8; 4]6268726f
MaximalOutboundPayloadSizeU3200002800
Error Types
Name
Docs
NotOperatingNormallyPallet is not in Normal operating mode.
InactiveOutboundLaneThe outbound lane is inactive.
MessageDispatchInactiveThe inbound message dispatcher is inactive.
MessageRejectedByChainVerifierMessage has been treated as invalid by chain verifier.
MessageRejectedByPalletMessage has been treated as invalid by the pallet logic.
FailedToWithdrawMessageFeeSubmitter has failed to pay fee for delivering and dispatching messages.
TooManyMessagesInTheProofThe transaction brings too many messages.
InvalidMessagesProofInvalid messages has been submitted.
InvalidMessagesDeliveryProofInvalid messages delivery proof has been submitted.
InvalidUnrewardedRelayersStateThe relayer has declared invalid unrewarded relayers state in the`receive_messages_delivery_proof` call.
InsufficientDispatchWeightThe cumulative dispatch weight, passed by relayer is not enough to cover dispatchof all bundled messages.
MessageIsNotYetSentThe message someone is trying to work with (i.e. increase fee) is not yet sent.
ReceptionConfirmationError confirming messages receival.
BridgeModuleError generated by the `OwnedBridgeModule` trait.