DeployedTokenTransactionBaseParams
Type of the token transaction.
Possible values: [token:launch
, token:mint
, token:burn
, token:redeem
, token:transfer
, token:bid:create
, token:offer:create
, token:offer:buy
, token:bid:sell
, token:airdrop
, token:bid:withdraw
, token:offer:withdraw
, token:bid:whitelist
, token:offer:whitelist
, token:admin:whitelist
]
The address of the token contract.
The address (public key) of the sender.
The private key of the sender. It is NOT recommended to use this field. Please use the sender
field instead. Use this field at your own risk and only if you know what you are doing and do not have access to mina-signer or wallet to get the signature.
Optional. The nonce for the transaction.
Optional. A memo for the transaction.
Optional. The developer fee for the transaction.
{
"txType": "token:launch",
"tokenAddress": "string",
"sender": "string",
"senderPrivateKey": "string",
"nonce": 0,
"memo": "string",
"developerFee": 0
}