DecryptResponse

public struct DecryptResponse : Equatable, Hashable
extension DecryptResponse: Sendable
  • Declaration

    Swift

    public var result: [Int8]
  • Declaration

    Swift

    public var scope: String
  • Declaration

    Swift

    public init(result: [Int8], scope: String)