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§
- Call
DryRun Effects - Effects of dry-running an extrinsic.
- XcmDry
RunEffects - Effects of dry-running an XCM program.
Enums§
Traits§
- DryRun
Api - API for dry-running extrinsics and XCM programs to get the programs that need to be passed to the fees API.