Request

public struct Request
extension Xmtp_KeystoreApi_V1_DecryptV1Request.Request: @unchecked Sendable
extension Xmtp_KeystoreApi_V1_DecryptV1Request.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

A single decryption request

  • Undocumented

    Declaration

    Swift

    public var payload: Xmtp_MessageContents_Ciphertext { get set }
  • Returns true if payload has been explicitly set.

    Declaration

    Swift

    public var hasPayload: Bool { get }
  • Clears the value of payload. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearPayload()
  • Undocumented

    Declaration

    Swift

    public var peerKeys: Xmtp_MessageContents_PublicKeyBundle { get set }
  • Returns true if peerKeys has been explicitly set.

    Declaration

    Swift

    public var hasPeerKeys: Bool { get }
  • Clears the value of peerKeys. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearPeerKeys()
  • Undocumented

    Declaration

    Swift

    public var headerBytes: Data
  • Undocumented

    Declaration

    Swift

    public var isSender: Bool
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.