| Package | Description |
|---|---|
| io.api.etherscan.core | |
| io.api.etherscan.core.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Tx> |
IAccountApi.txs(String address) |
List<Tx> |
IAccountApi.txs(String address,
long startBlock) |
List<Tx> |
IAccountApi.txs(String address,
long startBlock,
long endBlock)
All txs for given address
|
| Modifier and Type | Method and Description |
|---|---|
List<Tx> |
AccountApiProvider.txs(String address) |
List<Tx> |
AccountApiProvider.txs(String address,
long startBlock) |
List<Tx> |
AccountApiProvider.txs(String address,
long startBlock,
long endBlock) |
Copyright © 2019. All rights reserved.