stellar_soroban_invoke
Simulate and submit Soroban smart contract invocations by specifying contract ID, method, and source account, with automatic footprint extraction and network submission.
Instructions
Invoke a Soroban smart contract. Simulates the transaction, extracts the footprint, and submits it to the network if policy allows.
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. |