diff --git a/Sources/Web5/Credentials/PresentationExchange.swift b/Sources/Web5/Credentials/PresentationExchange.swift index 1d6b75d..d01421c 100644 --- a/Sources/Web5/Credentials/PresentationExchange.swift +++ b/Sources/Web5/Credentials/PresentationExchange.swift @@ -42,7 +42,7 @@ public struct CredentialSchema: Codable { public let type: String } -public struct PresentationDefinitionV2: Codable { +public struct PresentationDefinitionV2: Codable, Equatable { public let inputDescriptors: [InputDescriptorV2] enum CodingKeys: String, CodingKey {