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 pallet. Can be used to disable processing of inbound messages.
§Message Submission
Call::submit
: Submit a message for verification and dispatch to the final destination parachain.
Re-exports§
pub use crate::weights::WeightInfo;
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for
snowbridge_inbound_queue