Anoma.RM.Transparent.ProvingSystem.DPS.Instance (Anoma v0.32.0)

I am the instance module for the delta 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 delta 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.DPS.Instance{
  delta: integer(),
  expected_balance: 2
}

Functions

Link to this function

from_noun(list)

@spec from_noun(Noun.t()) :: {:ok, t()}