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!