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 | ["Vec<ReceivedMessages<<MessageDispatch as MessageDispatch>:: DispatchLevelResult>>"] | |
| MessagesDelivered | 3502 | ["LaneId","DeliveredMessages"] |
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}} |
Name | Type | Value | |
|---|---|---|---|
| BridgedChainId | [U8; 4] | 62687064 | |
| MaximalOutboundPayloadSize | U32 | 00002800 |
Name | Docs |
|---|---|
| NotOperatingNormally | Pallet is not in Normal operating mode. |
| InactiveOutboundLane | The outbound lane is inactive. |
| MessageDispatchInactive | The inbound message dispatcher is inactive. |
| MessageRejectedByChainVerifier | Message has been treated as invalid by chain verifier. |
| MessageRejectedByPallet | Message has been treated as invalid by the pallet logic. |
| FailedToWithdrawMessageFee | Submitter has failed to pay fee for delivering and dispatching messages. |
| 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. |
| MessageIsNotYetSent | The message someone is trying to work with (i.e. increase fee) is not yet sent. |
| ReceptionConfirmation | Error confirming messages receival. |
| BridgeModule | Error generated by the `OwnedBridgeModule` trait. |