Class BlockTx
java.lang.Object
io.goodforgod.api.etherscan.model.BaseTx
io.goodforgod.api.etherscan.model.BlockTx
- All Implemented Interfaces:
Comparable<BaseTx>
- Since:
- 15.05.2023
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.goodforgod.api.etherscan.model.BaseTx
getBlockNumber, getContractAddress, getFrom, getGas, getGasUsed, getHash, getInput, getTimeStamp, getTo
-
Constructor Details
-
BlockTx
public BlockTx()
-
-
Method Details
-
getNonce
public long getNonce() -
getBlockHash
-
getTransactionIndex
public long getTransactionIndex() -
getGasPrice
-
getGasUsedCumulative
-
getConfirmations
public long getConfirmations() -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<BaseTx>- Overrides:
compareToin classBaseTx
-