Etherscan v2.0.2 Etherscan.ProxyBlock

Etherscan module for the ProxyBlock struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Etherscan.ProxyBlock{
  author: String.t(),
  difficulty: String.t(),
  extraData: String.t(),
  gasLimit: String.t(),
  gasUsed: String.t(),
  hash: String.t(),
  logsBloom: String.t(),
  miner: String.t(),
  mixHash: String.t(),
  nonce: String.t(),
  number: String.t(),
  parentHash: String.t(),
  receiptsRoot: String.t(),
  sealFields: list(),
  sha3Uncles: String.t(),
  size: String.t(),
  stateRoot: String.t(),
  timestamp: String.t(),
  totalDifficulty: String.t(),
  transactions: [Etherscan.ProxyTransaction.t()],
  transactionsRoot: String.t(),
  uncles: list()
}