PaymentPathsResponseEnum
public enum PaymentPathsResponseEnum : Sendable
Result enum for payment path finding requests.
-
Successfully found payment paths with routing details.
Declaration
Swift
case success(details: FindPaymentPathsResponse) -
Request failed with Horizon error.
Declaration
Swift
case failure(error: HorizonRequestError)
View on GitHub
Install in Dash