Anoma.Node.Transaction.Storage.WriteEvent (Anoma v0.29.0)

Summary

Types

t()

I am the type of a write event.

Types

@type t() :: %Anoma.Node.Transaction.Storage.WriteEvent{
  height: non_neg_integer(),
  writes: [{Anoma.Node.Transaction.Storage.bare_key(), term()}]
}

I am the type of a write event.

I am sent whenever something has been written at a particular height.

Fields

  • :height - The height at which something was just written.
  • :writes - A list of tuples {key, value}