Anoma.Node.Transaction.Executor.Events.ExecutionEvent (Anoma v0.34.0)

Summary

Types

t()

I am the type of an execution event.

Types

t()

@type t() :: %Anoma.Node.Transaction.Executor.Events.ExecutionEvent{
  result: [Anoma.Node.Transaction.Mempool.vm_result()]
}

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.