Skip to content

useBalance

useBalance(props): UseQueryResult<ERC20BalanceResult, Error>

Defined in: packages/iso-filecoin-synapse/src/hooks/erc20.ts:31

Get the balance and allowance of the ERC20 token.

ParameterTypeDescription
propsUseBalancePropsThe props to use.

UseQueryResult<ERC20BalanceResult, Error>

The balance and allowance of the ERC20 token.