Class TxErc721.TxERC721Builder
java.lang.Object
io.goodforgod.api.etherscan.model.TxErc721.TxERC721Builder
- Enclosing class:
- TxErc721
-
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) withTokenID(String tokenID) withTokenName(String tokenName) withTokenSymbol(String tokenSymbol) withTransactionIndex(int transactionIndex)
-
Method Details
-
withBlockNumber
-
withTimeStamp
-
withHash
-
withFrom
-
withTo
-
withContractAddress
-
withInput
-
withGas
-
withGasUsed
-
withNonce
-
withBlockHash
-
withTokenID
-
withTokenName
-
withTokenSymbol
-
withTokenDecimal
-
withTransactionIndex
-
withGasPrice
-
withCumulativeGasUsed
-
withConfirmations
-
build
-