Class EtherScanApi


  • public class EtherScanApi
    extends java.lang.Object
    EtherScan full API Description https://etherscan.io/apis
    Since:
    28.10.2018
    Author:
    GoodforGod
    • 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)