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
await Subshell.extension.selectAccount() // select account from wallet extension
await api.sign(await Subshell.extension.selectAccount(), {data: 'BTW I USE SUBSHELL'}) // sign data with selected account
await api.tx.system.remarkWithEvent('BTW I USE SUBSHELL').signAndSend(await Subshell.extension.selectAccount()) // submit extrinsic with selected account