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

Summary

Types

t()

I am the type of a consensus event.

Types

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

I am the type of a consensus event.

I am sent upon receiving a consensus, signaling that ordering has been assigned to a specific subset of pending transactions.

Fileds

  • :order - The list of transaction IDs in apporpriate consensus
           specified order.