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.request
Methods in com.miketheshadow.cryptolib.request that return CryptoLibModifier and TypeMethodDescriptionBlockChainRequest.lib()Returns the value of thelibrecord component.Constructors in com.miketheshadow.cryptolib.request with parameters of type CryptoLib -
Uses of CryptoLib in com.miketheshadow.cryptolib.request.builder
Methods in com.miketheshadow.cryptolib.request.builder with parameters of type CryptoLibModifier and TypeMethodDescriptionstatic StringPreBuiltRequests.blockToFrom(CryptoLib lib, long from, long to) static StringPreBuiltRequests.blockToFrom(CryptoLib lib, long from, long to, List<String> topics) static StringPreBuiltRequests.blockToFromTransfers(CryptoLib lib, long from, long to) -
Uses of CryptoLib in com.miketheshadow.cryptolib.request.bulkrequest
Constructors in com.miketheshadow.cryptolib.request.bulkrequest with parameters of type CryptoLibModifierConstructorDescriptionBulkHolderRequestable(String address, CryptoLib lib) BulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError) -
Uses of CryptoLib in com.miketheshadow.cryptolib.utils
Constructors in com.miketheshadow.cryptolib.utils with parameters of type CryptoLibModifierConstructorDescriptionBlockUtils(CryptoLib lib) ContractUtils(CryptoLib lib) WalletUtils(CryptoLib lib)