Class Tx


  • public class Tx
    extends java.lang.Object
    ! NO DESCRIPTION !
    Since:
    28.10.2018
    Author:
    GoodforGod
    • Constructor Detail

      • Tx

        public Tx()
    • Method Detail

      • getNonce

        public long getNonce()
      • getBlockHash

        public java.lang.String getBlockHash()
      • getTransactionIndex

        public int getTransactionIndex()
      • getGasPrice

        public java.math.BigInteger getGasPrice()
      • haveError

        public boolean haveError()
      • getTxreceipt_status

        public java.lang.String getTxreceipt_status()
      • getCumulativeGasUsed

        public java.math.BigInteger getCumulativeGasUsed()
      • getConfirmations

        public long getConfirmations()
      • equals

        public boolean equals​(java.lang.Object o)
      • hashCode

        public int hashCode()
      • toString

        public java.lang.String toString()
      • getBlockNumber

        public long getBlockNumber()
      • getTimeStamp

        public java.time.LocalDateTime getTimeStamp()
      • getHash

        public java.lang.String getHash()
      • getFrom

        public java.lang.String getFrom()
      • getTo

        public java.lang.String getTo()
      • getValue

        public java.math.BigInteger getValue()
      • getContractAddress

        public java.lang.String getContractAddress()
      • getInput

        public java.lang.String getInput()
      • getGas

        public java.math.BigInteger getGas()
      • getGasUsed

        public java.math.BigInteger getGasUsed()