PostSep08ActionEnum
public enum PostSep08ActionEnum : Sendable
Response enum for posting action data to a SEP-08 action URL.
Returned by RegulatedAssetsService.postAction() methods when responding
to an action_required status.
-
Action completed successfully, no further action required.
Declaration
Swift
case done -
Client should follow the next URL provided.
Declaration
Swift
case nextUrl(response: Sep08PostActionNextUrl) -
Request failed due to network or server error.
Declaration
Swift
case failure(error: HorizonRequestError)
View on GitHub
Install in Dash