v1.1.0 - Non Merklized credential support #131
vmidyllic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Important
There is an exported interface of JSON Parser class
from
async parseClaim( credential: W3CCredential, credentialType: string, jsonSchemaBytes: Uint8Array, opts?: CoreClaimOptions ): Promise<CoreClaim>to
static async parseClaim(credential: W3CCredential, opts?: CoreClaimOptions): Promise<CoreClaim>To adopt changes you need to exludecredentialTypejsonSchemaBytesandopts` parameters from the call and invoke this method as static.Full Changelog: v1.0.3...v1.1.0
This discussion was created from the release v1.1.0 - Non Merklized credential support.
Beta Was this translation helpful? Give feedback.
All reactions