Name | Lookup | Parameters | |
---|---|---|---|
set_owner | 3500 | 1 | |
set_operating_mode | 3501 | 1 | |
receive_messages_proof | 3502 | 4 | |
receive_messages_delivery_proof | 3503 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
MessageAccepted | 3500 | ["LaneId","MessageNonce"] | |
MessagesReceived | 3501 | ["ReceivedMessages<<MessageDispatch as MessageDispatch>:: DispatchLevelResult, LaneId,>"] | |
MessagesDelivered | 3502 | ["LaneId","DeliveredMessages"] |
Name | Type | |
---|---|---|
PalletOwner | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
PalletOperatingMode | {"origin":"PlainType","plain_type":"bp_messages:MessagesOperatingMode","PlainTypeValue":369} | |
InboundLanes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:InboundLaneData","keys_id":123,"value_id":432}} | |
OutboundLanes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"bp_messages:OutboundLaneData","keys_id":123,"value_id":436}} | |
OutboundMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bp_messages:MessageKey"],"value":"Vec<U8>","keys_id":437,"value_id":438}} |
Name | Docs |
---|---|
NotOperatingNormally | Pallet is not in Normal operating mode. |
LanesManager | Error that is reported by the lanes manager. |
MessageRejectedByPallet | Message has been treated as invalid by the pallet logic. |
TooManyMessagesInTheProof | The transaction brings too many messages. |
InvalidMessagesProof | Invalid messages has been submitted. |
InvalidMessagesDeliveryProof | Invalid messages delivery proof has been submitted. |
InvalidUnrewardedRelayersState | The relayer has declared invalid unrewarded relayers state in the`receive_messages_delivery_proof` call. |
InsufficientDispatchWeight | The cumulative dispatch weight, passed by relayer is not enough to cover dispatchof all bundled messages. |
ReceptionConfirmation | Error confirming messages receival. |
BridgeModule | Error generated by the `OwnedBridgeModule` trait. |