mintGenerativeToken

This mutation allows to mint the generative token.

Sample Mutation

Perform a minting on a generative token:

mutation{
  mintGenerativeToken(contractId:"64f98a68-378f-44d6-89f7-9aaaeb22abfb" orgId:"a1dc174d-abf4-47d3-be3c-9281c6eba456")
}

Sample Response

{
  "data": {
    "mintGenerativeToken": "started token minting"
  }
}

Arguments

NameTypeDescriptionRequired
contractIDUUIDThe registered ID of the contract.Yes
orgIDUUIDThe organization IDYes

Returns

NameTypeDescription
N/AStringstarted token minting

Example

Mint a generative token using NFT contract ID and organization ID: