Skip to main content
Data returned from preparing a trade smart transaction

Properties

PropertyTypeDescription
transactionstringPrepared transaction as base64 string
kmsPayloadsKmsPayload[]KMS payloads for signing
simulationLogs?string[]Optional simulation logs if debug=true
transactionSignersstring[]Transaction signer addresses
fee?{ amount: number; currency: string; breakdown: { computeFee: number; rentFee: number; }; }Optional fee information
fee.amountnumber-
fee.currencystring-
fee.breakdown{ computeFee: number; rentFee: number; }-
fee.breakdown.computeFeenumber-
fee.breakdown.rentFeenumber-