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