Package io.api.etherscan.core.impl
Class EtherScanApi
- java.lang.Object
-
- io.api.etherscan.core.impl.EtherScanApi
-
public class EtherScanApi extends java.lang.ObjectEtherScan full API Description https://etherscan.io/apis- Since:
- 28.10.2018
- Author:
- GoodforGod
-
-
Constructor Summary
Constructors Constructor Description EtherScanApi()EtherScanApi(EthNetwork network)EtherScanApi(EthNetwork network, java.util.function.Supplier<IHttpExecutor> executorSupplier)EtherScanApi(java.lang.String apiKey)EtherScanApi(java.lang.String apiKey, EthNetwork network)EtherScanApi(java.lang.String apiKey, EthNetwork network, java.util.function.Supplier<IHttpExecutor> executorSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAccountApiaccount()IBlockApiblock()IContractApicontract()ILogsApilogs()IProxyApiproxy()IStatisticApistats()ITransactionApitxs()
-
-
-
Constructor Detail
-
EtherScanApi
public EtherScanApi()
-
EtherScanApi
public EtherScanApi(EthNetwork network)
-
EtherScanApi
public EtherScanApi(java.lang.String apiKey)
-
EtherScanApi
public EtherScanApi(EthNetwork network, java.util.function.Supplier<IHttpExecutor> executorSupplier)
-
EtherScanApi
public EtherScanApi(java.lang.String apiKey, EthNetwork network)
-
EtherScanApi
public EtherScanApi(java.lang.String apiKey, EthNetwork network, java.util.function.Supplier<IHttpExecutor> executorSupplier)
-
-
Method Detail
-
account
@NotNull public IAccountApi account()
-
contract
@NotNull public IContractApi contract()
-
txs
@NotNull public ITransactionApi txs()
-
block
@NotNull public IBlockApi block()
-
logs
@NotNull public ILogsApi logs()
-
proxy
@NotNull public IProxyApi proxy()
-
stats
@NotNull public IStatisticApi stats()
-
-