Class BlockProxy
java.lang.Object
io.goodforgod.api.etherscan.model.proxy.BlockProxy
- All Implemented Interfaces:
Comparable<BlockProxy>
- Since:
- 31.10.2018
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockProxy.BlockProxyBuilderbuilder()intcompareTo(@NotNull BlockProxy o) booleangetHash()getMiner()getNonce()getSize()inthashCode()toString()
-
Constructor Details
-
BlockProxy
protected BlockProxy()
-
-
Method Details
-
getNumber
-
getHash
-
getParentHash
-
getStateRoot
-
getSize
-
getDifficulty
-
getTotalDifficulty
-
getTimeStamp
-
getMiner
-
getNonce
-
getExtraData
-
getLogsBloom
-
getMixHash
-
getGasUsed
-
getGasLimit
-
getSha3Uncles
-
getUncles
-
getReceiptsRoot
-
getTransactionsRoot
-
getTransactions
-
compareTo
- Specified by:
compareToin interfaceComparable<BlockProxy>
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-