Execute Batch Actions
dual_batch_actionsExecute multiple blockchain actions atomically in a single batch operation, ensuring all succeed or all fail together for complex workflows.
Instructions
Execute multiple actions atomically in a single batch. All actions succeed or all fail. Useful for complex operations like: mint + transfer + configure in one transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of actions to execute atomically (1-50) |