SetupTransactionXDREnum
public enum SetupTransactionXDREnum : Sendable
An enum used to differentiate between a successful and a failed transaction setup.
-
Successfully parsed and constructed the transaction XDR from the URI.
Declaration
Swift
case success(transactionXDR: TransactionXDR?) -
Failed to setup the transaction from the URI.
Declaration
Swift
case failure(error: HorizonRequestError)
View on GitHub
Install in Dash