Crate xcm_runtime_apis

source ·
Expand description

Various runtime APIs to support XCM processing and manipulation.

Modules§

  • Exposes runtime APIs for various XCM-related conversions. Contains runtime APIs for useful conversions, such as between XCM Location and AccountId.
  • 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.
  • 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.