simulate_transactions
Simulate Algorand blockchain transactions with configurable parameters to test execution and verify outcomes before broadcasting.
Instructions
Simulate transactions with detailed configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txnGroups | Yes | Array of transaction groups to simulate | |
| allowEmptySignatures | No | Allow transactions without signatures | |
| allowMoreLogging | No | Enable additional logging during simulation | |
| allowUnnamedResources | No | Allow access to resources not listed in transaction | |
| execTraceConfig | No | Configuration for execution trace output | |
| extraOpcodeBudget | No | Additional budget for TEAL program execution | |
| round | No | Round at which to simulate the transactions | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |