Package io.api.etherscan.core.impl
Class EtherScanApi
java.lang.Object
io.api.etherscan.core.impl.EtherScanApi
- All Implemented Interfaces:
AutoCloseable
EtherScan full API Description https://etherscan.io/apis
- Since:
- 28.10.2018
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEtherScanApi(EthNetwork network) EtherScanApi(EthNetwork network, Supplier<IHttpExecutor> executorSupplier) EtherScanApi(String apiKey) EtherScanApi(String apiKey, EthNetwork network) EtherScanApi(String apiKey, EthNetwork network, IQueueManager queue) EtherScanApi(String apiKey, EthNetwork network, Supplier<IHttpExecutor> executorSupplier) EtherScanApi(String apiKey, EthNetwork network, Supplier<IHttpExecutor> executorSupplier, IQueueManager queue) -
Method Summary
Modifier and TypeMethodDescription@NotNull IAccountApiaccount()@NotNull IBlockApiblock()voidclose()@NotNull IContractApicontract()@NotNull ILogsApilogs()@NotNull IProxyApiproxy()@NotNull IStatisticApistats()@NotNull ITransactionApitxs()
-
Field Details
-
DEFAULT_KEY
- See Also:
-
-
Constructor Details
-
EtherScanApi
public EtherScanApi() -
EtherScanApi
-
EtherScanApi
-
EtherScanApi
-
EtherScanApi
-
EtherScanApi
-
EtherScanApi
-
EtherScanApi
public EtherScanApi(String apiKey, EthNetwork network, Supplier<IHttpExecutor> executorSupplier, IQueueManager queue)
-
-
Method Details
-
account
-
contract
-
txs
-
block
-
logs
-
proxy
-
stats
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-