Currency Mint
Submit a valid computed nonce to the blockchain in return for newly minted currency. POST only.
Request: Refer to Create Transaction Request for common parameters.
- requestType is currencyMint
- currency is the mintable currency ID
- nonce is the computed nonce
- units is the amount (in QNT) of currency to mint
- counter (N) is the counter associated with the minting account
Note: The hash of nonce must be less than targetBytes provided by Get Minting Target for given units and counter. counter must be increased with each submission.
Response: Refer to Create Transaction Response.