Class SimulateTransactionResponse

java.lang.Object
org.stellar.sdk.responses.sorobanrpc.SimulateTransactionResponse

public final class SimulateTransactionResponse extends Object
Response for JSON-RPC method simulateTransaction.

Note - The simulation response will have different model representations with different members present or absent depending on type of response that it is conveying. For example, the simulation response for invoke host function, could be one of three types: error, success, or restore operation needed.

Please refer to the latest Soroban simulateTransaction documentation for details on which members of the simulation response model are keyed to each type of response.