Open mnzaki opened 5 years ago
The library sometimes mutates input objects, for example in identityWallet.create.signedCredential, the claim object gets an id field added to it (which contains the DID)
identityWallet.create.signedCredential
id
Part of #355
BREAKING CHANGE: some code might depend on the behavior??
NOTE: this is an old report and needs to be reconfirmed
Description
The library sometimes mutates input objects, for example in
identityWallet.create.signedCredential
, the claim object gets anid
field added to it (which contains the DID)Part of #355
BREAKING CHANGE: some code might depend on the behavior??
TODO