Anoma.Node.Transaction.Backends.CompleteEvent (Anoma v0.29.0)
Summary
Types
@type t() :: %Anoma.Node.Transaction.Backends.CompleteEvent{ tx_id: binary(), tx_result: {:ok, any()} | :error }
I hold the content of the Complete Event, which communicates the result of the transaction candidate execution to the Executor engine.
Fields
:tx_id
- The transaction id.:tx_result
- Execution result; either :error or an{:ok, value} tuple.