Uses of Class
io.api.etherscan.model.UncleBlock
-
Packages that use UncleBlock Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.utility -
-
Uses of UncleBlock in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type UncleBlock Modifier and Type Method Description java.util.Optional<UncleBlock>IBlockApi. uncles(long blockNumber)Return uncle blocks -
Uses of UncleBlock in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type UncleBlock Modifier and Type Method Description java.util.Optional<UncleBlock>BlockApiProvider. uncles(long blockNumber) -
Uses of UncleBlock in io.api.etherscan.model.utility
Methods in io.api.etherscan.model.utility that return UncleBlock Modifier and Type Method Description UncleBlockUncleBlockResponseTO. getResult()
-