Anoma.Node.Transaction.Backends.TRMEvent (Anoma v0.29.0)
Summary
Types
@type t() :: %Anoma.Node.Transaction.Backends.TRMEvent{ commitments: MapSet.t(binary()), nullifiers: MapSet.t(binary()) }
I hold the content of the The Resource Machine Event, which communicates a set of nullifiers/commitments defined by the actions of the transaction candidate to the Intent Pool.
Fields
:commitments
- The set of commitments.:nullifiers
- The set of nullifiers.:commitments
- The set of commitments.