stellar_soroban_simulate
Simulate a Soroban smart contract invocation to preview its footprint, events, and results without submitting a transaction.
Instructions
Simulate a Soroban smart contract invocation to get footprint, events, and results. Does NOT submit transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractId | Yes | Soroban contract ID (C...) | |
| method | Yes | Contract method name to invoke | |
| sourceAccount | Yes | Source account public key (G...) to use for simulation. | |
| args | No | List of arguments for the contract invocation. |