Module xcm_runtime_apis::dry_run
source · Expand description
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.
Structs§
- Effects of dry-running an extrinsic.
- Effects of dry-running an XCM program.
Enums§
Traits§
- API for dry-running extrinsics and XCM programs to get the programs that need to be passed to the fees API.