Hook for switch account.
import { useSwitchAccount } from '@heapup/smartkit-hooks' function Component() { const { switchAccount, switchAccountAsync } = useSwitchAccount() }