Anoma.Node.Transaction.Storage.Events.HeightFilter (Anoma v0.34.0)

I am the Anoma.Node.Transaction.Storage.Events.HeightFilter filter generated by deffilter in Anoma.Node.Transaction.Storage.Events.

Summary

Types

t()

I am the parameter type of the Anoma.Node.Transaction.Storage.Events.HeightFilter filter generated by deffilter in Anoma.Node.Transaction.Storage.Events.

Types

t()

@type t() :: %Anoma.Node.Transaction.Storage.Events.HeightFilter{
  height: non_neg_integer()
}

I am the parameter type of the Anoma.Node.Transaction.Storage.Events.HeightFilter filter generated by deffilter in Anoma.Node.Transaction.Storage.Events.

Functions

filter(event, filter_instance)

@spec filter(EventBroker.Event.t(), t()) :: bool()

Callback implementation for EventBroker.Filter.filter/2.