Don't mutate input objects #315
Labels
breaking change
bug
Something isn't working
tech debt
Issues we need to address to make improve code quality
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
The text was updated successfully, but these errors were encountered: