Anoma.RM.Transparent.ProvingSystem.CPS.Instance (Anoma v0.31.0)

I am the instance module for the compliance proving system of the TRM.

My main purpose is to define a proper structure to represent the kind of arguments to be fed into a compliance unit computation and the appropriate API to transform to and from Nockma nouns.

Public API

I have the following public functionality

Summary

Types

@type t() :: %Anoma.RM.Transparent.ProvingSystem.CPS.Instance{
  consumed: [{integer(), integer(), integer()}],
  created: [{integer(), integer()}],
  unit_delta: integer()
}

Functions

Link to this function

from_noun(list)

@spec from_noun(Noun.t()) :: {:ok, t()} | :error
Link to this function

to_noun(instance)

@spec to_noun(t()) :: Noun.t()