Skip to content

balance(client, options): Promise<OutputType>

Defined in: packages/synapse-core/src/erc20/index.ts:48

Get the balance, decimals, symbol, and allowance of an ERC20 token.

ParameterTypeDescription
clientClient<Transport, Chain>The client to use.
optionsOptionsTypebalance.OptionsType

Promise<OutputType>

The balance, decimals, symbol, and allowance. balance.OutputType

Errors balance.ErrorType