Xmtp_Mls_Api_V1_RevokeInstallationRequest

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

Revoke an installation

  • Undocumented

    Declaration

    Swift

    public var installationKey: Data
  • All revocations must be validated with a wallet signature over the installation_id being revoked (and some sort of standard prologue)

    Declaration

    Swift

    public var walletSignature: Xmtp_MessageContents_Signature { get set }
  • Returns true if walletSignature has been explicitly set.

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearWalletSignature()
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Xmtp_Mls_Api_V1_RevokeInstallationRequest, rhs: Xmtp_Mls_Api_V1_RevokeInstallationRequest) -> Bool