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.containers.transaction
Methods in com.miketheshadow.cryptolib.containers.transaction with parameters of type CryptoLib -
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.Methods in com.miketheshadow.cryptolib.request with parameters of type CryptoLibModifier 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) Constructors in com.miketheshadow.cryptolib.request with parameters of type CryptoLib -
Uses of CryptoLib in com.miketheshadow.cryptolib.request.bulkrequest
Constructors in com.miketheshadow.cryptolib.request.bulkrequest with parameters of type CryptoLibModifierConstructorDescriptionArchiveBulkBalanceRequestable(String address, CryptoLib lib, long block) BulkHolderRequestable(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)