dev_inspect
Simulate a Move call to preview results, gas cost, and effects without execution or a wallet.
Instructions
Simulate a Move call without executing it — returns results, gas cost, and effects. No wallet needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Sender address to simulate from | |
| target | Yes | Move call target: package::module::function | |
| arguments | No | Function arguments | |
| typeArguments | No | Type arguments |