TransactionPayloads
senderstringrequired
The address initiating the transaction.
nonceint64required
The nonce for the transaction.
memostringrequired
A memo for the transaction.
feedoublerequired
The fee for the transaction.
walletPayload objectrequired
minaSignerPayload objectrequired
proverPayloadstringrequired
The payload for the prover.
signedDatastringrequired
The signed data for the transaction.
transactionstringrequired
The raw transaction data.
sendTransactionboolean
Optional. Whether to broadcast the transaction after proving.
TransactionPayloads
{
"sender": "string",
"nonce": 0,
"memo": "string",
"fee": 0,
"walletPayload": {
"nonce": 0,
"transaction": "string",
"onlySign": true,
"feePayer": {
"fee": 0,
"memo": "string"
}
},
"minaSignerPayload": {
"zkappCommand": {},
"feePayer": {
"feePayer": "string",
"fee": 0,
"nonce": 0,
"memo": "string"
}
},
"proverPayload": "string",
"signedData": "string",
"transaction": "string",
"sendTransaction": true
}