Params for fetching tokens data.
Optional
account?: `0x${string}`The account address for which to fetch token balances. If not specified, the connected account will be used.
Optional
chainOptional
withWhether to fetch token balances or not. Defaults to true.
An object containing tokens data and loading state.
Custom hook for fetching and managing tokens data. It fetches tokens data and optionally token balances.