HmacKeyData

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

HmacKeyData wraps the HMAC key and the number of 30 day periods since epoch

  • Undocumented

    Declaration

    Swift

    public var thirtyDayPeriodsSinceEpoch: Int32
  • Undocumented

    Declaration

    Swift

    public var hmacKey: Data
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.