You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversion from a W3cVerifiableCredential to the legacy format fails if it is a "derived" vc from a presentation.
That should still work, right?
constw3cVerifiablePresentation=W3cPresentation.create({...})constw3cVerifiablePresentationJson=w3cVerifiablePresentation.toJson()constverifiableCredentialJson=w3cVerifiablePresentationJson.verifiableCredential[0]constw3cVerifiableCredential=W3cCredential.fromJson(verifiableCredentialJson)constlegacyCredential=w3cVerifiableCredential.toLegacy()// Error: DataIntegrityProof does not contain credential signature proof
The text was updated successfully, but these errors were encountered:
The conversion from a W3cVerifiableCredential to the legacy format fails if it is a "derived" vc from a presentation.
That should still work, right?
The text was updated successfully, but these errors were encountered: