Class TxInternal.TxInternalBuilder
java.lang.Object
io.goodforgod.api.etherscan.model.TxInternal.TxInternalBuilder
- Enclosing class:
- TxInternal
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBlockNumber(long blockNumber) withContractAddress(String contractAddress) withErrCode(String errCode) withGasUsed(Wei gasUsed) withIsError(int isError) withTimeStamp(LocalDateTime timeStamp) withTraceId(String traceId) withValue(BigInteger value)
-
Method Details
-
withBlockNumber
-
withTimeStamp
-
withHash
-
withFrom
-
withTo
-
withValue
-
withContractAddress
-
withInput
-
withGas
-
withGasUsed
-
withType
-
withTraceId
-
withIsError
-
withErrCode
-
build
-