GetContractChallengeResponseEnum
public enum GetContractChallengeResponseEnum : Sendable
Result enum for SEP-45 contract challenge transaction requests.
-
Successfully retrieved challenge authorization entries from authentication server.
Declaration
Swift
case success(response: ContractChallengeResponse) -
Failed to retrieve challenge due to network or server error.
Declaration
Swift
case failure(error: GetContractJWTTokenError)
View on GitHub
Install in Dash