DecryptResponse
public struct DecryptResponse
extension DecryptResponse: Equatable, Hashable
-
Declaration
Swift
public var result: [Int8]
-
Declaration
Swift
public var scope: String
-
Declaration
Swift
public init(result: [Int8], scope: String)
-
Declaration
Swift
public static func == (lhs: DecryptResponse, rhs: DecryptResponse) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)