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