With v14 SDK how does a website visitor connected with wallet sign a message?No methods available

I’m finding the sdk extremely confusing due to deprecations and type mismatches.

I’m trying to sign a message in browser after user connects using WalletConnectorFrame.connect. At this point I have the user’s account/address. But neither the WalletConnectorFrame nor an AeSdk instance have the signMessage method available. AeSdkAepp is tagged as deprecated? So how can we sign messages? Any help is appreciated.

Again my scenario → user connects to website with their wallet extension (superhero), user signs message.

thanks!

1 Like

Anyone have any insight? I’m thinking I should abandon v14 integration and go with v13. I notice superhero ui still using v13, bctsl as well. I would like to move forward with v14 if possible. thanks for any help.

1 Like

After many hours it became apparent the issue I was having was attempting to store the browser and wallet connector instances in (vue) pinia store. The object instances were being stripped of their private methods and properties. So don’t try and store them in pinia! lol.

1 Like