mint_tokens
An entrypoint for creating a transaction for minting a new QuipuSwap Governance tokens. Call of this entrypoint just generates mint QUIPU tokens transaction and sends it to the QUIPU token contract.
Call parameters
Field
Type
Description
receiver
address
Receiver of minted tokens
amount
nat
Amount of tokens to be minted to a receiver
Usage
Errors
ProxyMinter/sender-is-not-a-minter
-sender
of the transaction is not registered by an administrator minter.
Last updated