Request

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

A single encryption request

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearRecipient()
  • Undocumented

    Declaration

    Swift

    public var payload: Data
  • Undocumented

    Declaration

    Swift

    public var headerBytes: Data
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.