Class Tx

java.lang.Object
io.api.etherscan.model.Tx

public class Tx extends Object
! NO DESCRIPTION !
Since:
28.10.2018
  • Constructor Details

    • Tx

      public Tx()
  • Method Details

    • getNonce

      public long getNonce()
    • getBlockHash

      public String getBlockHash()
    • getTransactionIndex

      public int getTransactionIndex()
    • getGasPrice

      public BigInteger getGasPrice()
    • haveError

      public boolean haveError()
    • getTxreceipt_status

      public String getTxreceipt_status()
    • getCumulativeGasUsed

      public BigInteger getCumulativeGasUsed()
    • getConfirmations

      public long getConfirmations()
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()
    • getBlockNumber

      public long getBlockNumber()
    • getTimeStamp

      public LocalDateTime getTimeStamp()
    • getHash

      public String getHash()
    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getValue

      public BigInteger getValue()
    • getContractAddress

      public String getContractAddress()
    • getInput

      public String getInput()
    • getGas

      public BigInteger getGas()
    • getGasUsed

      public BigInteger getGasUsed()