Execute Action
dual_execute_actionExecute blockchain actions on tokenized objects to change their state, such as minting tokens, transferring ownership, or redeeming rewards, via the DUAL Web3 Operating System.
Instructions
Execute an action on a tokenized object via the Event Bus. Actions are the primary way to change object state. Examples: mint tokens, transfer ownership, redeem rewards, update status. The action_type must match a registered action type, and the object must belong to a template that allows it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | Action type name (e.g. 'Transfer', 'Redeem', 'Mint') | |
| object_id | Yes | Target object ID | |
| payload | No | Action payload data (depends on action type schema) |