Uses of Class
io.api.etherscan.model.proxy.ReceiptProxy
-
Packages that use ReceiptProxy Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.proxy.utility -
-
Uses of ReceiptProxy in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type ReceiptProxy Modifier and Type Method Description java.util.Optional<ReceiptProxy>IProxyApi. txReceipt(java.lang.String txhash)Returns the receipt of a transaction by transaction hash eth_getTransactionReceipt -
Uses of ReceiptProxy in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type ReceiptProxy Modifier and Type Method Description java.util.Optional<ReceiptProxy>ProxyApiProvider. txReceipt(java.lang.String txhash) -
Uses of ReceiptProxy in io.api.etherscan.model.proxy.utility
Methods in io.api.etherscan.model.proxy.utility that return ReceiptProxy Modifier and Type Method Description ReceiptProxyTxInfoProxyTO. getResult()
-