Class TxInternal
java.lang.Object
io.goodforgod.api.etherscan.model.TxInternal
- All Implemented Interfaces:
Comparable<io.goodforgod.api.etherscan.model.BaseTx>
- Since:
- 29.10.2018
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TxInternal
protected TxInternal()
-
-
Method Details
-
getValue
-
getType
-
getTraceId
public long getTraceId() -
getTraceIdAsString
-
haveError
public boolean haveError() -
getErrCode
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-
getBlockNumber
public long getBlockNumber() -
getTimeStamp
-
getHash
-
getFrom
-
getTo
-
getContractAddress
-
getInput
-
getGas
-
getGasUsed
-
compareTo
public int compareTo(@NotNull @NotNull io.goodforgod.api.etherscan.model.BaseTx o) - Specified by:
compareToin interfaceComparable<io.goodforgod.api.etherscan.model.BaseTx>
-