simulate_transaction
Estimate chi cost by simulating a smart contract function call. Provide sender address, contract name, and function to preview transaction resource usage.
Instructions
Simulate a transaction to estimate chi without executing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | No | Function arguments | |
| address | Yes | Sender address for simulation | |
| contract | Yes | Contract name | |
| function | Yes | Function name |