Anoma.Node.Transaction.Backends.SRMEvent (Anoma v0.31.0)
Summary
Types
@type t() :: %Anoma.Node.Transaction.Backends.SRMEvent{ commitments: MapSet.t(binary()), nullifiers: MapSet.t(binary()) }
I hold the content of the The Shielded 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.