WithdrawResponseEnum
public enum WithdrawResponseEnum : Sendable
Result enum for SEP-6 withdrawal requests.
-
Successfully initiated withdrawal with instructions for receiving off-chain assets from anchor.
Declaration
Swift
case success(response: WithdrawResponse) -
Failed to initiate withdrawal due to authentication, validation, or anchor service error.
Declaration
Swift
case failure(error: TransferServerError)
View on GitHub
Install in Dash