new MintProof66049(currentTotalValueNote, newTotalValueNote, mintedNotes, sender)
Construct a mint proof. A mint proof artificially creates AZTEC notes, without a transfer of public ERC20 tokens.
It keeps track of the total number of AZTEC notes minted using the variables currentTotalValueNote
and newTotalValueNote, notes whose value represents the number minted.
The balancing relationship being satisfied is:
currentTotalValue = newTotalValue + mintedNotesValue
Parameters:
| Name | Type | Description |
|---|---|---|
currentTotalValueNote |
Object |
note whose value represents the total current value of minted or burned notes |
newTotalValueNote |
Object |
note whose value represents the new total value of minted or burned notes |
mintedNotes |
Array.<Object> |
notes to be minted or burned |
sender |
string |
Ethereum address of the transaction sender |