| Package | Description |
|---|---|
| io.api.etherscan.core | |
| io.api.etherscan.core.impl | |
| io.api.etherscan.model.proxy | |
| io.api.etherscan.model.proxy.utility |
| Modifier and Type | Method and Description |
|---|---|
Optional<TxProxy> |
IProxyApi.tx(long blockNo,
long index)
Returns information about a transaction by block number and transaction index position
eth_getTransactionByBlockNumberAndIndex
|
Optional<TxProxy> |
IProxyApi.tx(String txhash)
Returns the information about a transaction requested by transaction hash
eth_getTransactionByHash
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TxProxy> |
ProxyApiProvider.tx(long blockNo,
long index) |
Optional<TxProxy> |
ProxyApiProvider.tx(String txhash) |
| Modifier and Type | Method and Description |
|---|---|
List<TxProxy> |
BlockProxy.getTransactions() |
| Modifier and Type | Method and Description |
|---|---|
TxProxy |
TxProxyTO.getResult() |
Copyright © 2019. All rights reserved.