Uses of Class
io.api.etherscan.model.Status
-
Packages that use Status Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.utility -
-
Uses of Status in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type Status Modifier and Type Method Description java.util.Optional<Status>ITransactionApi. execStatus(java.lang.String txhash)Check Contract Execution Status (if there was an error during contract execution) -
Uses of Status in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type Status Modifier and Type Method Description java.util.Optional<Status>TransactionApiProvider. execStatus(java.lang.String txhash) -
Uses of Status in io.api.etherscan.model.utility
Methods in io.api.etherscan.model.utility that return Status Modifier and Type Method Description StatusStatusResponseTO. getResult()
-