Crate pallet_axelar_router
source ·Expand description
§Axelar Router
Pallet that sends and receive message with other chains using Axelar.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Configuration for outbound messages though axelar
- Data for validating and executing the internal EVM call.
- The FeeValues holds all information related to the transaction costs.
Enums§
- Type to represent the kind of message received by Axelar
- Specific domain configuration
Functions§
- Decodes the source address which can be:
- Encodes the provided message into the format required for submitting it to the Axelar contract which in turn calls the LiquidityPools contract with the serialized LP message as
payload
.