Etherscan v2.0.2 Etherscan.ProxyTransaction

Etherscan module for the ProxyTransaction struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Etherscan.ProxyTransaction{
  blockHash: String.t(),
  blockNumber: String.t(),
  condition: String.t(),
  creates: String.t(),
  from: String.t(),
  gas: String.t(),
  gasPrice: String.t(),
  hash: String.t(),
  input: String.t(),
  networkId: integer(),
  nonce: String.t(),
  publicKey: String.t(),
  r: String.t(),
  raw: String.t(),
  s: String.t(),
  standardV: String.t(),
  to: String.t(),
  transactionIndex: String.t(),
  v: String.t(),
  value: String.t()
}