Skip to main content

mintTokens

Callable

  • mintTokens<ThrowOnError>(options: any): any

  • Mint new tokens to a specified address. The mint endpoint allows authorized users to mint new tokens of a fungible token on the Mina blockchain. This transaction increases the total supply of the token by creating new tokens and assigning them to a specified address. The sender must have the authority to mint tokens, typically the admin of the token contract.


    Type parameters

    • ThrowOnError: boolean = false

    Parameters

    • options: any

    Returns any