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.binance
Methods in com.miketheshadow.cryptolib.binance that throw RequestException -
Uses of RequestException in com.miketheshadow.cryptolib.price
Methods in com.miketheshadow.cryptolib.price that throw RequestExceptionModifier and TypeMethodDescriptiondoublePriceLib.getNewPrice()PriceLib.getNewPriceFormatted()static double -
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) WalletUtils.getBalanceRaw(String holder) WalletUtils.getBalanceRawOther(String holder, String address) 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()intContractUtils.getZerosForOtherToken(String address) booleanWalletUtils.isContract(String address)