Package io.goodforgod.api.etherscan
Interface GasTrackerAPI
- All Known Implementing Classes:
GasTrackerAPIProvider
public interface GasTrackerAPI
EtherScan - API Descriptions
...
- Since:
- 14.11.2022
-
Method Summary
-
Method Details
-
estimate
Returns the estimated time for a transaction to be confirmed on the blockchain.- Returns:
- estimated time
- Throws:
EtherScanException- parent exception class
-
oracle
Returns the current Safe, Proposed and Fast gas prices.- Returns:
- fast, suggested gas price
- Throws:
EtherScanException- parent exception class
-