Expand description
XCM sender for relay chain.
Structs§
- Child
Parachain Router - XCM sender for relay chain. It only sends downward message.
- Constant
Price - Implementation of
PriceForMessageDelivery
which returns a fixed price. - Exponential
Price - Implementation of
PriceForMessageDelivery
which returns an exponentially increasing price. The formula for the fee is based on the sum of a base fee plus a message length fee, multiplied by a specified factor. In mathematical form: - NoPrice
ForMessage Delivery - ToParachain
Delivery Helper - Implementation of
xcm_builder::EnsureDelivery
which helps to ensure delivery to theParaId
parachain (sibling or child). Deposits existential deposit for origin (if needed). Deposits estimated fee to the origin account (if needed). Allows to trigger additional logic for specificParaId
(e.g. open HRMP channel) (if needed).
Traits§
- Price
ForMessage Delivery - Simple value-bearing trait for determining/expressing the assets required to be paid for a messages to be delivered to a parachain.