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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props | UseBalanceProps | The props to use. |
Returns
Section titled “Returns”UseQueryResult<ERC20BalanceResult, Error>
The balance and allowance of the ERC20 token.