GetCardResponse
@objc(VSSGetCardResponse)
public final class GetCardResponse : NSObject
Represents response from CardClient’s getCard function with RawSignedModel and whether or not card is outdated
-
RawSignedModel of Virgil Card
Declaration
Swift
@objc public let rawCard: RawSignedModel
-
True if Virgil Card is outdated, false - otherwise
Declaration
Swift
@objc public let isOutdated: Bool
-
Initializer
Declaration
Swift
public init(rawCard: RawSignedModel, isOutdated: Bool)
Parameters
rawCard
RawSignedModel
of Virgil CardisOutdated
Whether card is outdated or not