Anoma.CairoResource.Resource (Anoma v0.34.0)
I am a shielded resource.
Summary
Functions
A commitment to the given resource.
Generate the nullifier key commitment from the nulliffier key.
The nullifier of the given resource.
Randomizes the rand_seed of a resource.
Set the nonce of a resource, the nonce of output resource comes from the nullifer of input recource in the compliance proof.
Types
Functions
@spec a_padding_resource() :: t()
A commitment to the given resource.
@spec from_json_object(Jason.OrderedObject.t()) :: {:ok, t()} | {:error, term()}
Generate the nullifier key commitment from the nulliffier key.
The nullifier of the given resource.
Randomizes the rand_seed of a resource.
Set the nonce of a resource, the nonce of output resource comes from the nullifer of input recource in the compliance proof.
@spec to_json_object(t()) :: Jason.OrderedObject.t()