LaunchTokenStandardAdminParams
Must be "token:launch"
Possible values: [token:launch
]
Optional. 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.
Must be "standard" for standard admin contract.
Possible values: [standard
]
The symbol of the token.
Optional. The number of decimal places for the token.
uri objectrequired
Optional. The address of the admin contract.
Optional. Private key for the token contract.
Optional. Private key for the admin contract.
{
"txType": "token:launch",
"tokenAddress": "string",
"sender": "string",
"senderPrivateKey": "string",
"nonce": 0,
"memo": "string",
"developerFee": 0,
"adminContract": "standard",
"symbol": "string",
"decimals": 0,
"uri": "string",
"adminContractAddress": "string",
"tokenContractPrivateKey": "string",
"adminContractPrivateKey": "string"
}