Skip to main content

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
nonceint64

The nonce for the transaction.

transactionstring

The transaction data.

onlySignboolean

Indicates if only signature is needed.

feePayer object
feedouble

The fee for the transaction.

memostring

A memo for the transaction.

minaSignerPayload objectrequired
zkappCommand objectrequired

The zkApp command data.

property name*any

The zkApp command data.

feePayer objectrequired
feePayerstring

The fee payer's address.

feedouble

The fee for the transaction.

nonceint64

The nonce for the transaction.

memostring

A memo for the transaction.

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
}