SendTransactionResponseEnum
public enum SendTransactionResponseEnum : Sendable
Response enum for transaction submission requests.
Returned when submitting a transaction to the Soroban network. Note that submission does not wait for completion.
-
Successfully submitted transaction to Soroban RPC.
Declaration
Swift
case success(response: SendTransactionResponse) -
Failed to submit transaction, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash