Functions
Const getEtherBalances
- getEtherBalances(network: Network, addresses: string[]): Promise<Record<string, bigint>>
-
Parameters
Returns Promise<Record<string, bigint>>
Const getTokenBalances
- getTokenBalances(network: Network, tokenAddress: string, addresses: string[]): Promise<Record<string, bigint>>
-
Parameters
-
-
tokenAddress: string
-
addresses: string[]
Returns Promise<Record<string, bigint>>
Const isEthScanSupported
- isEthScanSupported(network: Network): Promise<boolean>
-
Parameters
Returns Promise<boolean>
Get Ether balances for multiple addresses.