SimulateTransactionResponseEnum
public enum SimulateTransactionResponseEnum : Sendable
Response enum for transaction simulation requests.
Contains simulation results including return values, resource costs, and ledger footprint for a contract invocation without submitting to the network.
-
Successfully simulated transaction on Soroban RPC.
Declaration
Swift
case success(response: SimulateTransactionResponse) -
Failed to simulate transaction, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash