| Package | Description |
|---|---|
| io.api.etherscan.core | |
| io.api.etherscan.core.impl | |
| io.api.etherscan.model |
| Modifier and Type | Method and Description |
|---|---|
Balance |
IAccountApi.balance(String address)
Address ETH balance
|
| Modifier and Type | Method and Description |
|---|---|
List<Balance> |
IAccountApi.balances(List<String> addresses)
Maximum 20 address for single batch request
If address MORE THAN 20, then there will be more than 1 request performed
|
| Modifier and Type | Method and Description |
|---|---|
Balance |
AccountApiProvider.balance(String address) |
| Modifier and Type | Method and Description |
|---|---|
List<Balance> |
AccountApiProvider.balances(List<String> addresses) |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenBalance
! NO DESCRIPTION !
|
| Modifier and Type | Method and Description |
|---|---|
static Balance |
Balance.of(BalanceTO balance) |
Copyright © 2019. All rights reserved.