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
-
What's Changed
Important
There is an exported interface of JSON Parser class
jsonSchemaBytes
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 exlude
credentialTypeand
opts` 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