Module polkadot_test_runtime::xcm_config
source · Structs§
- Implementation of
PriceForMessageDelivery
, returning a different price based on whether a message contains a reanchored asset or not. This implementation ensures that messages with non-reanchored assets return higher prices than messages with reanchored assets. Useful fordeposit_reserve_asset_works_for_any_xcm_sender
integration test.
Type Aliases§
- Type to convert an
Origin
type value into aLocation
value which represents an interior location of this chain. - The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our individual routers.