UseERC20BalanceProps
Defined in: synapse-react/src/erc20.ts:18
Extends
Section titled “Extends”SetOptional<ERC20BalanceOptions,"address">
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:`0x${string}`
Defined in: synapse-core/dist/src/erc20.d.ts:4
Inherited from
Section titled “Inherited from”SetOptional.address
query?
Section titled “query?”
optionalquery:Omit<UseQueryOptions<ERC20BalanceResult,Error,ERC20BalanceResult, readonlyunknown[]>,"queryKey"|"queryFn">
Defined in: synapse-react/src/erc20.ts:19
token?
Section titled “token?”
optionaltoken:`0x${string}`
Defined in: synapse-core/dist/src/erc20.d.ts:3
Inherited from
Section titled “Inherited from”SetOptional.token