tGooAsymptoticMint
methodstringrequired
Name of the predefined method to be used
Example:
tgoo_asymptoticMintparams objectrequired
tokenIdstring<uuid>required
TokenID
Example:
8fb6949c-9839-4358-8f61-8fa01d666693addressstringrequired
Wallet address where tokens will be minted
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xC593e77451cE7009209Ea4e7F62d64F2355D71fftGooAsymptoticMint
{
"method": "tgoo_asymptoticMint",
"params": {
"tokenId": "8fb6949c-9839-4358-8f61-8fa01d666693",
"address": "0x5Bbfb5dAB27c0b32FDdAa6705d8B23E070a7613e"
}
}