Interface IBlockApi

All Known Implementing Classes:
BlockApiProvider

public interface IBlockApi
EtherScan - API Descriptions https://etherscan.io/apis#blocks
Since:
30.10.2018
  • Method Summary

    Modifier and Type
    Method
    Description
    uncles(long blockNumber)
    Return uncle blocks
  • Method Details

    • uncles

      @NotNull @NotNull Optional<UncleBlock> uncles(long blockNumber) throws ApiException
      Return uncle blocks
      Parameters:
      blockNumber - block number form 0 to last
      Returns:
      optional uncle blocks
      Throws:
      ApiException - parent exception class