stellar_soroban_invoke
Invoke a Soroban smart contract by simulating the transaction, extracting its footprint, and submitting to the network when policy permits. Provide contract ID, method, source account, and arguments.
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 |
|---|---|---|---|
| args | No | List of arguments for the contract invocation. | |
| method | Yes | Contract method name to invoke | |
| contractId | Yes | Soroban contract ID (C...) | |
| sourceAccount | Yes | Source account public key (G...) to use for simulation. |