Uses of Class
io.api.etherscan.model.proxy.TxProxy
-
Packages that use TxProxy Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.proxy io.api.etherscan.model.proxy.utility -
-
Uses of TxProxy in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type TxProxy Modifier and Type Method Description java.util.Optional<TxProxy>IProxyApi. tx(long blockNo, long index)Returns information about a transaction by block number and transaction index position eth_getTransactionByBlockNumberAndIndexjava.util.Optional<TxProxy>IProxyApi. tx(java.lang.String txhash)Returns the information about a transaction requested by transaction hash eth_getTransactionByHash -
Uses of TxProxy in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type TxProxy Modifier and Type Method Description java.util.Optional<TxProxy>ProxyApiProvider. tx(long blockNo, long index)java.util.Optional<TxProxy>ProxyApiProvider. tx(java.lang.String txhash) -
Uses of TxProxy in io.api.etherscan.model.proxy
Methods in io.api.etherscan.model.proxy that return types with arguments of type TxProxy Modifier and Type Method Description java.util.List<TxProxy>BlockProxy. getTransactions() -
Uses of TxProxy in io.api.etherscan.model.proxy.utility
Methods in io.api.etherscan.model.proxy.utility that return TxProxy Modifier and Type Method Description TxProxyTxProxyTO. getResult()
-