Anoma.Node.Transaction.Executor.ExecutionEvent (Anoma v0.29.0)
Summary
Types
@type t() :: %Anoma.Node.Transaction.Executor.ExecutionEvent{ result: [{{:ok, any()} | :error, binary()}] }
I am the type of an execution event.
I am launched when transactions for a specific block have been succesfully processed by their respective workers.
I hence signal the results with a message containing the result list. The order of the results should coincide with the ordering of the corresponding transactions.