transactionData property

XdrSorobanTransactionData? transactionData
getter/setter pair

The recommended Soroban Transaction Data to use when submitting the simulated transaction. This data contains the refundable fee and resource usage information such as the ledger footprint and IO access data.

Implementation

XdrSorobanTransactionData? transactionData;