Anoma.RM.Transparent.Resource (Anoma v0.31.0)
I am the Resource module of the TRM.
I provide the interface to interact and create resources for the transparent resource machine.
Public API
I provide the following public functionality
commitment_hash/1
nullifier_hash/1
delta/1
kind/1
to_noun/1
from_noun/1
Summary
Functions
I am the commitment hash function for the TRM Resource.
I am the delta function of a transparent resource.
I am the kind computation function for a transparent resource.
I am the nullifier hash function for the TRM Resource.
Types
Functions
commitment_hash(resource)
I am the commitment hash function for the TRM Resource.
Given a resource, I turn it to a noun, jam it, and append the "CM_" tag onto it, afterwards turning to an integer.
delta(resource)
I am the delta function of a transparent resource.
I simply compute the kind of a resource, put it as a key with the value being the resource's quantity. Then I hash the preimage.
from_noun(list)
kind(resource)
@spec kind(t()) :: <<_::256>>
I am the kind computation function for a transparent resource.
I put the label and the logic in a cell, jam it and then hash it with a sha256.
nullifier_hash(nullifier_key, resource)
I am the nullifier hash function for the TRM Resource.
Given a resource, I turn it to a noun, jam it, and append the "NF_" tag onto it, afterwards turning to an integer.