Class Log.LogBuilder
java.lang.Object
io.goodforgod.api.etherscan.model.Log.LogBuilder
- Enclosing class:
- Log
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAddress(String address) withBlockNumber(Long blockNumber) withGasPrice(Wei gasPrice) withGasUsed(Wei gasUsed) withLogIndex(Long logIndex) withTimeStamp(LocalDateTime timeStamp) withTopics(List<String> topics) withTransactionHash(String transactionHash) withTransactionIndex(Long transactionIndex)
-
Method Details
-
withBlockNumber
-
withAddress
-
withTransactionHash
-
withTransactionIndex
-
withTimeStamp
-
withData
-
withGasPrice
-
withGasUsed
-
withTopics
-
withLogIndex
-
build
-