Class Tx.TxBuilder
java.lang.Object
io.goodforgod.api.etherscan.model.Tx.TxBuilder
- Enclosing class:
- Tx
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBlockHash(String blockHash) withBlockNumber(long blockNumber) withConfirmations(long confirmations) withContractAddress(String contractAddress) withCumulativeGasUsed(Wei cumulativeGasUsed) withGasPrice(Wei gasPrice) withGasUsed(Wei gasUsed) withIsError(String isError) withNonce(long nonce) withTimeStamp(LocalDateTime timeStamp) withTransactionIndex(int transactionIndex) withTxReceiptStatus(String txReceiptStatus) withValue(BigInteger value)
-
Method Details
-
withBlockNumber
-
withTimeStamp
-
withHash
-
withFrom
-
withTo
-
withValue
-
withContractAddress
-
withInput
-
withGas
-
withGasUsed
-
withNonce
-
withBlockHash
-
withTransactionIndex
-
withGasPrice
-
withCumulativeGasUsed
-
withConfirmations
-
withIsError
-
withTxReceiptStatus
-
build
-