Package io.goodforgod.api.etherscan
Interface BlockAPI
- All Known Implementing Classes:
BlockAPIProvider
public interface BlockAPI
EtherScan - API Descriptions ...
- Since:
- 30.10.2018
-
Method Summary
Modifier and TypeMethodDescription@NotNull Optional<BlockUncle>uncles(long blockNumber) Return uncle blocks
-
Method Details
-
uncles
Return uncle blocks- Parameters:
blockNumber- block number form 0 to last- Returns:
- optional uncle blocks
- Throws:
EtherScanException- parent exception class
-