Class TxErc20.TxERC20Builder
java.lang.Object
io.goodforgod.api.etherscan.model.TxErc20.TxERC20Builder
- Enclosing class:
- TxErc20
-
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) withNonce(long nonce) withTimeStamp(LocalDateTime timeStamp) withTokenDecimal(String tokenDecimal) withTokenName(String tokenName) withTokenSymbol(String tokenSymbol) withTransactionIndex(int transactionIndex) withValue(BigInteger value)
-
Method Details
-
withBlockNumber
-
withTimeStamp
-
withHash
-
withFrom
-
withTo
-
withValue
-
withContractAddress
-
withInput
-
withGas
-
withGasUsed
-
withNonce
-
withBlockHash
-
withTokenName
-
withTokenSymbol
-
withTokenDecimal
-
withTransactionIndex
-
withGasPrice
-
withCumulativeGasUsed
-
withConfirmations
-
build
-