Expand description
Various runtime APIs to support XCM processing and manipulation.
Modulesยง
- authorized_
aliases - Runtime APIs for querying XCM authorized aliases. Contains runtime APIs for querying XCM authorized aliases.
- conversions
- Exposes runtime APIs for various XCM-related conversions.
Contains runtime APIs for useful conversions, such as between XCM
Location
andAccountId
. - dry_run
- Dry-run API. Given an extrinsic or an XCM program, it returns the outcome of its execution. Runtime API definition for dry-running XCM-related extrinsics. This API can be used to simulate XCMs and, for example, find the fees that need to be paid.
- fees
- Fee estimation API. Given an XCM program, it will return the fees needed to execute it properly or send it. Runtime API definition for getting XCM fees.
- trusted_
query - Exposes runtime API for querying whether a Location is trusted as a reserve or teleporter for a given Asset. Runtime API definition for checking if given <Asset, Location> is trusted reserve or teleporter.