results property

List<SimulateTransactionResult>? results
getter/setter pair

If error is present then results will not be in the response There will be one results object for each operation in the transaction.

Implementation

List<SimulateTransactionResult>? results;