Uses of Class
com.miketheshadow.cryptolib.request.RequestException
Packages that use RequestException
Package
Description
-
Uses of RequestException in com.miketheshadow.cryptolib
Methods in com.miketheshadow.cryptolib that throw RequestExceptionConstructors in com.miketheshadow.cryptolib that throw RequestException -
Uses of RequestException in com.miketheshadow.cryptolib.containers
Methods in com.miketheshadow.cryptolib.containers that throw RequestException -
Uses of RequestException in com.miketheshadow.cryptolib.request
Methods in com.miketheshadow.cryptolib.request that throw RequestExceptionModifier and TypeMethodDescriptionstatic List<ToFromTransactions.Transaction>PreBuiltRequests.blockToFrom(CryptoLib lib, long from, long to, List<String> topics) static List<ToFromTransactions.Transaction>PreBuiltRequests.blockToFrom(CryptoLib lib, String contract, long from, long to) static List<ToFromTransactions.Transaction>PreBuiltRequests.blockToFrom(CryptoLib lib, String contract, long from, long to, List<String> topics) static List<ToFromTransactions.Transaction>PreBuiltRequests.blockToFromTransfers(CryptoLib lib, long from, long to) BlockChainRequest.requestChainInfo(String data) BlockChainRequest.requestChainInfo(String data, String node) -
Uses of RequestException in com.miketheshadow.cryptolib.request.bulkrequest
Methods in com.miketheshadow.cryptolib.request.bulkrequest that throw RequestException -
Uses of RequestException in com.miketheshadow.cryptolib.utils
Methods in com.miketheshadow.cryptolib.utils that throw RequestExceptionModifier and TypeMethodDescriptiondoubleWalletUtils.getBalance(String holder) doubleWalletUtils.getBalance(String holder, long block) doubleWalletUtils.getBNBOfWallet(String wallet) doubleContractUtils.getBurn()doubleContractUtils.getBurnedSupply(double baseSupply) doubleWalletUtils.getBUSDOfWallet(String wallet) longContractUtils.getLastRebaseTime()BlockUtils.getLatestBlock()doubleWalletUtils.getOtherTokenBalance(String token, String wallet, int zeros) doubleContractUtils.getTotalSupply()doubleContractUtils.getTotalSupplyForToken(String token, int zeros) doubleWalletUtils.getWBNBOfWallet(String wallet) intContractUtils.getZeros()booleanWalletUtils.isContract(String address)