Uses of Class
io.api.etherscan.model.Block
-
Packages that use Block Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model -
-
Uses of Block in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type Block Modifier and Type Method Description java.util.List<Block>IAccountApi. minedBlocks(java.lang.String address)All blocks mined by address -
Uses of Block in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type Block Modifier and Type Method Description java.util.List<Block>AccountApiProvider. minedBlocks(java.lang.String address) -
Uses of Block in io.api.etherscan.model
Subclasses of Block in io.api.etherscan.model Modifier and Type Class Description classUncleBlock! NO DESCRIPTION !
-