Uses of Class
io.api.etherscan.model.proxy.BlockProxy
-
Packages that use BlockProxy Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.proxy.utility -
-
Uses of BlockProxy in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type BlockProxy Modifier and Type Method Description java.util.Optional<BlockProxy>IProxyApi. block(long blockNo)Returns information about a block by block number eth_getBlockByNumberjava.util.Optional<BlockProxy>IProxyApi. blockUncle(long blockNo, long index)Returns information about a uncle by block number eth_getUncleByBlockNumberAndIndex -
Uses of BlockProxy in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type BlockProxy Modifier and Type Method Description java.util.Optional<BlockProxy>ProxyApiProvider. block(long blockNo)java.util.Optional<BlockProxy>ProxyApiProvider. blockUncle(long blockNo, long index) -
Uses of BlockProxy in io.api.etherscan.model.proxy.utility
Methods in io.api.etherscan.model.proxy.utility that return BlockProxy Modifier and Type Method Description BlockProxyBlockProxyTO. getResult()
-