Class Tx
java.lang.Object
io.goodforgod.api.etherscan.model.Tx
- All Implemented Interfaces:
Comparable<io.goodforgod.api.etherscan.model.BaseTx>
- Since:
- 28.10.2018
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tx
protected Tx()
-
-
Method Details
-
getValue
-
haveError
public boolean haveError() -
getTxReceiptStatus
-
toString
-
builder
-
getNonce
public long getNonce() -
getBlockHash
-
getTransactionIndex
public long getTransactionIndex() -
getGasPrice
-
getGasUsedCumulative
-
getConfirmations
public long getConfirmations() -
equals
-
hashCode
public int hashCode() -
compareTo
public int compareTo(@NotNull @NotNull io.goodforgod.api.etherscan.model.BaseTx o) - Specified by:
compareToin interfaceComparable<io.goodforgod.api.etherscan.model.BaseTx>
-
getBlockNumber
public long getBlockNumber() -
getTimeStamp
-
getHash
-
getFrom
-
getTo
-
getContractAddress
-
getInput
-
getGas
-
getGasUsed
-