You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of using a SimpleWallet is to safely store a private key.
However, when you retrieve a SimpleWallet from a stringified object, it's a little painful to instantiate.
I think the SDK should provide a static method to do so, or maybe modify the constructor to be able to do new SimpleWallet(simpleWalletWithoutPrototype)