Uses of Class
com.miketheshadow.cryptolib.CryptoLib
Packages that use CryptoLib
Package
Description
-
Uses of CryptoLib in com.miketheshadow.cryptolib
Methods in com.miketheshadow.cryptolib that return CryptoLibModifier and TypeMethodDescriptionCryptoLib.addArchiveNodeSupport(String archiveNodeString) CryptoLib.setDeadAddress(String address) -
Uses of CryptoLib in com.miketheshadow.cryptolib.utils
Methods in com.miketheshadow.cryptolib.utils that return CryptoLibModifier and TypeMethodDescriptionBlockChainRequest.lib()Returns the value of thelibrecord component.Constructors in com.miketheshadow.cryptolib.utils with parameters of type CryptoLibModifierConstructorDescriptionBlockChainRequest(Class<T> type, CryptoLib lib) Creates an instance of aBlockChainRequestrecord class.BlockUtils(CryptoLib lib) ContractUtils(CryptoLib lib) WalletUtils(CryptoLib lib) -
Uses of CryptoLib in com.miketheshadow.cryptolib.utils.bulkrequest
Constructors in com.miketheshadow.cryptolib.utils.bulkrequest with parameters of type CryptoLibModifierConstructorDescriptionBulkHolderRequestable(String address, CryptoLib lib) BulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError)