Class WalletUtils
java.lang.Object
com.miketheshadow.cryptolib.utils.WalletUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetBalance(String holder) doublegetBalance(String holder, long block) getBalanceRaw(String holder) doublegetBNBOfWallet(String wallet) doublegetBUSDOfWallet(String wallet) doublegetOtherTokenBalance(String token, String wallet, int zeros) doublegetWBNBOfWallet(String wallet) booleanisContract(String address)
-
Constructor Details
-
WalletUtils
-
-
Method Details
-
getBalance
- Throws:
RequestException
-
getBalanceRaw
- Throws:
RequestException
-
getBalance
- Throws:
RequestException
-
getBNBOfWallet
- Throws:
RequestException
-
getWBNBOfWallet
- Throws:
RequestException
-
getBUSDOfWallet
- Throws:
RequestException
-
getOtherTokenBalance
- Throws:
RequestException
-
isContract
- Throws:
RequestException
-