Xmtp_Mls_MessageContents_CredentialRevocation
public struct Xmtp_Mls_MessageContents_CredentialRevocation
extension Xmtp_Mls_MessageContents_CredentialRevocation: @unchecked Sendable
extension Xmtp_Mls_MessageContents_CredentialRevocation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
A declaration and proof that a credential is no longer valid
-
Undocumented
Declaration
Swift
public var publicKey: Xmtp_Mls_MessageContents_CredentialRevocation.OneOf_PublicKey?
-
The ‘installation_public_key’ field of the MlsCredential proto
Declaration
Swift
public var installationKey: Data { get set }
-
The ‘key_bytes’ field of the legacy SignedPublicKey proto
Declaration
Swift
public var unsignedLegacyCreateIdentityKey: Data { get set }
-
Undocumented
Declaration
Swift
public var association: Xmtp_Mls_MessageContents_CredentialRevocation.OneOf_Association?
-
Undocumented
Declaration
Swift
public var messagingAccess: Xmtp_Mls_MessageContents_RevokeMessagingAccessAssociation { get set }
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_PublicKey : Equatable
extension Xmtp_Mls_MessageContents_CredentialRevocation.OneOf_PublicKey: @unchecked Sendable
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_Association : Equatable
extension Xmtp_Mls_MessageContents_CredentialRevocation.OneOf_Association: @unchecked Sendable
-
Declaration
Swift
public init()
-
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_MessageContents_CredentialRevocation, rhs: Xmtp_Mls_MessageContents_CredentialRevocation) -> Bool