OneOf_PublicKey
public enum OneOf_PublicKey : Equatable
extension Xmtp_Mls_MessageContents_CredentialRevocation.OneOf_PublicKey: @unchecked Sendable
Undocumented
-
The ‘installation_public_key’ field of the MlsCredential proto
Declaration
Swift
case installationKey(Data)
-
The ‘key_bytes’ field of the legacy SignedPublicKey proto
Declaration
Swift
case unsignedLegacyCreateIdentityKey(Data)
-