Closed sandramarianegeorge closed 5 years ago
The following:
IdentityWallet.create.signedCredential({ metadata: claimsMetadata.emailAddress, claim: { email: 'example@example.com' }, subject: IdentityWallet.did })
Returns : UnhandledPromiseRejectionWarning: TypeError: Key must be a buffer error
UnhandledPromiseRejectionWarning: TypeError: Key must be a buffer error
Fix :
IdentityWallet.create.signedCredential({ metadata: claimsMetadata.emailAddress, claim: { email: 'example@example.com' }, subject: IdentityWallet.did }, password)
Thank you for reporting. Will update the documentation to reflect the correct API shortly!
The following:
Returns :
UnhandledPromiseRejectionWarning: TypeError: Key must be a buffer error
Fix :