Class BlockProxy.BlockProxyBuilder
java.lang.Object
io.goodforgod.api.etherscan.model.proxy.BlockProxy.BlockProxyBuilder
- Enclosing class:
- BlockProxy
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDifficulty(String difficulty) withExtraData(String extraData) withGasLimit(Wei gasLimit) withGasUsed(Wei gasUsed) withLogsBloom(String logsBloom) withMixHash(String mixHash) withNumber(Long number) withParentHash(String parentHash) withReceiptsRoot(String receiptsRoot) withSha3Uncles(String sha3Uncles) withStateRoot(String stateRoot) withTimestamp(LocalDateTime timestamp) withTotalDifficulty(String totalDifficulty) withTransactions(List<TxProxy> transactions) withTransactionsRoot(String transactionsRoot) withUncles(List<String> uncles)
-
Method Details
-
withNumber
-
withHash
-
withParentHash
-
withStateRoot
-
withSize
-
withDifficulty
-
withTotalDifficulty
-
withTimestamp
-
withMiner
-
withNonce
-
withExtraData
-
withLogsBloom
-
withMixHash
-
withGasUsed
-
withGasLimit
-
withSha3Uncles
-
withUncles
-
withReceiptsRoot
-
withTransactionsRoot
-
withTransactions
-
build
-