Package io.api.etherscan.model
Class Tx
- java.lang.Object
-
- io.api.etherscan.model.Tx
-
public class Tx extends java.lang.Object! NO DESCRIPTION !- Since:
- 28.10.2018
- Author:
- GoodforGod
-
-
Constructor Summary
Constructors Constructor Description Tx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetBlockHash()longgetBlockNumber()longgetConfirmations()java.lang.StringgetContractAddress()java.math.BigIntegergetCumulativeGasUsed()java.lang.StringgetFrom()java.math.BigIntegergetGas()java.math.BigIntegergetGasPrice()java.math.BigIntegergetGasUsed()java.lang.StringgetHash()java.lang.StringgetInput()longgetNonce()java.time.LocalDateTimegetTimeStamp()java.lang.StringgetTo()intgetTransactionIndex()java.lang.StringgetTxreceipt_status()java.math.BigIntegergetValue()inthashCode()booleanhaveError()java.lang.StringtoString()
-
-
-
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()
-
-