# Packages
Copyright IBM Corp.
# Functions
NewIssue instantiates an IssueAction given the passed arguments.
No description provided by the author
No description provided by the author
NewWellFormednessProver returns a WellFormednessProver for the passed parameters.
NewWellFormednessVerifier returns a WellFormednessVerifier corresponding to the passed parameters.
# Structs
IssueAction specifies an issue of one or more tokens.
Proof poves that an IssueAction is valid.
Prover produces a proof of validity of an IssueAction.
Verifier checks if Proof is valid.
WellFormedness shows that issued tokens contains Pedersen commitments to (type, value) WellFormedness also shows that all the issued tokens contain the same type.
WellFormednessProver contains information that allows an Issuer to prove that issued tokens are well formed.
WellFormednessRandomness is the randomness used to generate the well-formedness proof.
WellFormednessVerifier checks the validity of WellFormedness proof.
# Interfaces
No description provided by the author