mintTokens

This mutation allows tokens to be minted.

Sample Mutation

Mint a token:

mutation{
 mintTokens(tokenIds:"5f0f898b-f086-4336-bc3c-7b9efbfcf5f7")
}
{
  "data": {
    "mintTokens": "Initialized token deployment"
  }
}

Arguments

NameTypeDescriptionRequired
tokenIdsUUIDThe token ID.Yes

Returns

NameTypeDescription
N/AStringThe value of mint tokens

Example

Mint a token using a token ID: