Class CryptowatchAssetsResult
java.lang.Object
org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchResult<List<CryptowatchAsset>>
org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchAssetsResult
public class CryptowatchAssetsResult extends CryptowatchResult<List<CryptowatchAsset>>
-
Constructor Summary
Constructors Constructor Description CryptowatchAssetsResult(String error, List<CryptowatchAsset> result, Allowance allowance) -
Method Summary
Methods inherited from class org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchResult
getError, getResult, isSuccess, toString
-
Constructor Details
-
CryptowatchAssetsResult
-