TokenBidTransactionParams
Must be "token:bid:create"
Possible values: [token:bid:create
]
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.
Optional. The private key for bidding.
Optional. The address for bidding.
The amount to bid.
The price to bid.
whitelist object
Optional. List of whitelisted addresses with optional amounts, or a string.
- MOD1
- MOD2
The whitelisted address.
Optional. The amount allowed to bid.
{
"txType": "token:bid:create",
"tokenAddress": "string",
"sender": "string",
"senderPrivateKey": "string",
"nonce": 0,
"memo": "string",
"developerFee": 0,
"bidPrivateKey": "string",
"bidAddress": "string",
"amount": 0,
"price": 0,
"whitelist": [
{
"address": "string",
"amount": 0
}
]
}