Package org.knowm.xchange.cryptonit2
Class CryptonitUtils
- java.lang.Object
-
- org.knowm.xchange.cryptonit2.CryptonitUtils
-
public final class CryptonitUtils extends Object
A central place for shared Cryptonit properties
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_TRANSACTIONS_PER_QUERY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DateparseDate(String dateString)Format a date String for Cryptonit
-
-
-
Field Detail
-
MAX_TRANSACTIONS_PER_QUERY
public static final int MAX_TRANSACTIONS_PER_QUERY
- See Also:
- Constant Field Values
-
-