Class TxInternal

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

public class TxInternal extends Object
! NO DESCRIPTION !
Since:
29.10.2018
  • Constructor Details

    • TxInternal

      public TxInternal()
  • Method Details

    • getType

      public String getType()
    • getTraceId

      public long getTraceId()
    • getTraceIdAsString

      public String getTraceIdAsString()
    • haveError

      public boolean haveError()
    • getErrCode

      public String getErrCode()
    • 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()