BridgeHub Westend
subscan
Runtime Modules / BridgeRococoMessages
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
MessageAccepted2c00["LaneId","MessageNonce"]
MessagesReceived2c01["ReceivedMessages<<MessageDispatch as MessageDispatch>:: DispatchLevelResult, LaneId,>"]
MessagesDelivered2c02["LaneId","DeliveredMessages"]
Storage Functions
Name
Type
PalletOwner{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
PalletOperatingMode{"origin":"PlainType","plain_type":"bp_messages:MessagesOperatingMode","PlainTypeValue":393}
InboundLanes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:InboundLaneData","keys_id":139,"value_id":454}}
OutboundLanes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:OutboundLaneData","keys_id":139,"value_id":458}}
OutboundMessages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bp_messages:MessageKey"],"value":"Vec<U8>","keys_id":459,"value_id":460}}
Error Types
Name
Docs
NotOperatingNormallyPallet is not in Normal operating mode.
LanesManagerError that is reported by the lanes manager.
MessageRejectedByPalletMessage has been treated as invalid by the pallet logic.
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.
ReceptionConfirmationError confirming messages receival.
BridgeModuleError generated by the `OwnedBridgeModule` trait.