Expand description
Inbound Queue
§Overview
Receives messages emitted by the Gateway contract on Ethereum, whereupon they are verified, translated to XCM, and finally sent to AssetHub for further processing.
Message relayers are rewarded in wrapped Ether that is included within the message. This wrapped Ether is derived from Ether that the message origin has locked up on Ethereum.
§Extrinsics
§Governance
Call::set_operating_mode: Set the operating mode of the pezpallet. Can be used to disable processing of inbound messages.
§Message Submission
Call::submit: Submit a message for verification and dispatch to the final destination teyrchain.
Re-exports§
pub use crate::weights::WeightInfo;pub use pezpallet::*;
Modules§
- pezpallet
- The
pezpalletmodule in each FRAME pezpallet hosts the most important items needed to construct this pezpallet. - weights
- Autogenerated weights for
snowbridge_inbound_queue