Hook for getting the balance of any token.
import { useBalance } from '@heapup/smartkit-hooks' function Component() { const { account } = useAccount() const { balance } = useBalance({ owner: account?.address }) }