AnchorInfoResponseEnum
public enum AnchorInfoResponseEnum : Sendable
Result enum for SEP-6 anchor information requests.
-
Successfully retrieved anchor capabilities including supported assets and operations.
Declaration
Swift
case success(response: AnchorInfoResponse) -
Failed to retrieve anchor info due to network or anchor service error.
Declaration
Swift
case failure(error: TransferServerError)
View on GitHub
Install in Dash