Expand description

§Liquidity Pools Forwarder Pallet.

The Forwarder pallet acts as middleware for incoming and outgoing Liquidity Pools messages by wrapping them, if they are forwarded ones.

For incoming messages, it extracts the payload from forwarded messages.

For outgoing messages, it wraps the payload based on the configured router info.

Assumptions:

  • The EVM side ensures that incoming forwarded messages are valid.
  • Nesting forwarded messages is not allowed, e.g. messages from A are forwarded exactly via one intermediary domain B to recipient C

Re-exports§

Modules§

  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§