Module snowbridge_router_primitives::inbound
source · Expand description
Converts messages from Ethereum to XCM messages
Structs§
- For V1, the ethereum side sends messages which are transcoded into XCM. These messages are self-contained, in that they can be transcoded using only information in the message.
Enums§
- Reason why a message conversion failed.
- Destination for bridged tokens
- Messages from Ethereum are versioned. This is because in future, we may want to evolve the protocol so that the ethereum side sends XCM messages directly. Instead having BridgeHub transcode the messages into XCM.
Traits§
- convert the inbound message to xcm which will be forwarded to the destination chain