Class ReceiptProxy.ReceiptProxyBuilder
java.lang.Object
io.goodforgod.api.etherscan.model.proxy.ReceiptProxy.ReceiptProxyBuilder
- Enclosing class:
- ReceiptProxy
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBlockHash(String blockHash) withBlockNumber(Long blockNumber) withContractAddress(String contractAddress) withCumulativeGasUsed(Wei cumulativeGasUsed) withGasUsed(Wei gasUsed) withLogsBloom(String logsBloom) withTransactionHash(String transactionHash) withTransactionIndex(Long transactionIndex)
-
Method Details
-
withRoot
-
withFrom
-
withTo
-
withBlockNumber
-
withBlockHash
-
withTransactionHash
-
withTransactionIndex
-
withGasUsed
-
withCumulativeGasUsed
-
withContractAddress
-
withLogs
-
withLogsBloom
-
build
-