GitHub
Docs
useAccount

useAccount

Hook for switch account.

Usage

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