Anoma.TransparentResource.Delta (Anoma v0.29.0)

delta functions. not a struct don't make it a struct

Summary

Types

@type t() :: %{required(binary()) => integer()}

Functions

@spec add(t(), t()) :: t()
Link to this function

from_noun(noun)

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

Callback implementation for Noun.Nounable.Kind.from_noun/1.

@spec make_sane(t()) :: t()
@spec negate(t()) :: t()
@spec sane!(t()) :: true
@spec sane?(t()) :: boolean()
@spec sub(t(), t()) :: t()
@spec to_noun(t()) :: Noun.t()