AnchorTransactionsResponseEnum
public enum AnchorTransactionsResponseEnum : Sendable
Result enum for SEP-6 transaction history requests.
-
Successfully retrieved list of deposit and withdrawal transactions with current status.
Declaration
Swift
case success(response: AnchorTransactionsResponse) -
Failed to retrieve transaction history due to authentication or anchor service error.
Declaration
Swift
case failure(error: TransferServerError)
View on GitHub
Install in Dash