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

Summary

Types

t()

I am the type of a block execition event.

Types

@type t() :: %Anoma.Node.Transaction.Mempool.BlockEvent{
  order: [binary()] | nil,
  round: non_neg_integer() | nil
}

I am the type of a block execition event.

I am sent upon a completion of all transactions submitted by consensus and subsequent creation of a table-backed block.

Fileds

  • :order - The consensus info executed, a list of transaction IDs.
  • :round - The block number committed.