Anoma.Node.Transport.Proxy.Events.External (Anoma v0.34.0)

Summary

Types

t()

I hold the content of the Result Event, which conveys the result of the transaction candidate code execution on the Anoma VM to the Mempool engine.

Types

t()

@type t() :: %Anoma.Node.Transport.Proxy.Events.External{event: any()}

I hold the content of the Result Event, which conveys the result of the transaction candidate code execution on the Anoma VM to the Mempool engine.

Fields

  • :event - An arbitrary event that is wrapped to be sent over the network.