Expand description
Module contains predefined test-case scenarios for Runtime
with various assets.
Functions§
- asset_
transactor_ transfer_ with_ local_ consensus_ currency_ works - Test-case makes sure that
Runtime
’sxcm::AssetTransactor
can handle native relay chain currency - asset_
transactor_ transfer_ with_ pallet_ assets_ instance_ works - Test-case makes sure that
Runtime
’sxcm::AssetTransactor
can handle native relay chain currency - change_
storage_ constant_ by_ governance_ works - Test-case makes sure that
Runtime
can change storage constant via governance-like call - create_
and_ manage_ foreign_ assets_ for_ local_ consensus_ parachain_ assets_ works - Test-case makes sure that
Runtime
can create and manageForeignAssets
- reserve_
transfer_ native_ asset_ to_ non_ teleport_ para_ works - Test-case makes sure that
Runtime
can reserve-transfer asset to other parachains (where teleport is not trusted) - setup_
pool_ for_ paying_ fees_ with_ foreign_ assets - teleports_
for_ foreign_ assets_ works - Test-case makes sure that
Runtime
can receive teleported assets from sibling parachain, and can teleport it back - teleports_
for_ native_ asset_ works - Test-case makes sure that
Runtime
can receive native asset from relay chain and can teleport it back - xcm_
payment_ api_ foreign_ asset_ pool_ works - xcm_
payment_ api_ with_ pools_ works