simulate_raw_transactions
Simulate Algorand blockchain transactions to test outcomes before execution, using base64-encoded data on mainnet, testnet, or localnet networks.
Instructions
Simulate raw transactions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txns | Yes | Array of transactions to simulate | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |