Actions

Operations executed on objects through the DUAL Event Bus.

What are Actions?

Actions are the primary way to interact with objects on the DUAL network. They are executed through the Event Bus and can trigger state changes, transfers, or custom logic.

Action Types

Define custom action types with POST /ebus/action-types. Each type specifies the behavior, validation rules, and required parameters.

Batch Execution

Execute multiple actions atomically with POST /ebus/actions/batch. Batches are processed by the Sequencer and anchored on-chain.