Make signer in WASM32 implementation non-owned again #1519
Labels
Milestone
Content-Length: 228464 | pFad | http://github.com/iotaledger/identity.rs/issues/1519
4DFetched URL: http://github.com/iotaledger/identity.rs/issues/1519
Alternative Proxies:
The current
Storage
based signer (src/storage/storage_signer_owned.rs
) is owned, which means that it will consume a storage given to it and trying to use theStorage
afterward will run into null-pointer errors.This has some impacts upon usage:
Storage signer should be reverted to a model where
Storage
is not consumed when creating the identity client in TypeScript.The text was updated successfully, but these errors were encountered: