Etherscan v2.0.2 Etherscan.BlockReward

Etherscan module for the BlockReward struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Etherscan.BlockReward{
  blockMiner: String.t(),
  blockNumber: String.t(),
  blockReward: String.t(),
  timeStamp: String.t(),
  uncleInclusionReward: String.t(),
  uncles: [Etherscan.BlockRewardUncle.t()]
}