Expand description
Module provides utilities for easier XCM handling, e.g:
XcmExecutor
-> MessageSender
-> OutboundMessageQueue
|
Relayer
|
XcmRouter
<- MessageDispatch
<- InboundMessageQueue
Structs
- XCM bridge adapter which connects
XcmBlobHauler
withXcmBlobHauler::MessageSender
and makes sure that XCM blob is sent to thepallet_bridge_messages
queue to be relayed. XcmBlobMessageDispatch
is responsible for dispatching received messages
Enums
- Message dispatch result type for single message
Traits
XcmBlobHauler
is responsible for sending messages to the bridge “point-to-point link” from one side, where on the other it can be dispatched byXcmBlobMessageDispatch
.
Type Definitions
- Plain “XCM” payload, which we transfer through bridge