Anoma.Node.Transaction.Mempool.TxEvent (Anoma v0.29.0)

Summary

Types

t()

I am the type of a transaction event.

Types

@type t() :: %Anoma.Node.Transaction.Mempool.TxEvent{
  id: binary() | nil,
  tx: Anoma.Node.Transaction.Mempool.Tx.t() | nil
}

I am the type of a transaction event.

I am sent upon a launch of a transaction, signaling that a specific transaction has been launched.

Fileds

  • :id - The ID of a launched transaction.
  • :tx - The transaction info as stored in Mempool state.