Uses of Class
io.api.etherscan.model.Balance
-
Packages that use Balance Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model -
-
Uses of Balance in io.api.etherscan.core
Methods in io.api.etherscan.core that return Balance Modifier and Type Method Description BalanceIAccountApi. balance(java.lang.String address)Address ETH balanceMethods in io.api.etherscan.core that return types with arguments of type Balance Modifier and Type Method Description java.util.List<Balance>IAccountApi. balances(java.util.List<java.lang.String> addresses)Maximum 20 address for single batch request If addresses more than 20, then there will be MORE than 1 request performed -
Uses of Balance in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return Balance Modifier and Type Method Description BalanceAccountApiProvider. balance(java.lang.String address)Methods in io.api.etherscan.core.impl that return types with arguments of type Balance Modifier and Type Method Description java.util.List<Balance>AccountApiProvider. balances(java.util.List<java.lang.String> addresses) -
Uses of Balance in io.api.etherscan.model
Subclasses of Balance in io.api.etherscan.model Modifier and Type Class Description classTokenBalance! NO DESCRIPTION !Methods in io.api.etherscan.model that return Balance Modifier and Type Method Description static BalanceBalance. of(BalanceTO balance)
-