CryptoSetting

This class represents the configuration settings for handling cryptocurrency data.

The CryptoSetting class contains the following properties:

  • binance: An instance of the BinanceSetting class which contains the API key and API secret for Binance.

  • coincap: An instance of the CryptoCoinCapSetting class which contains the market key, currency URL, and logo URL prefix for CryptoCoinCap.

  • coingecko: An instance of the CoinGeckoSetting class which contains the URL for CoinGecko's coin list.

  • targetLogoDirectory: A nullable string representing the directory where cryptocurrency logos will be downloaded to.

  • downloadLogos: A boolean flag indicating whether or not to download cryptocurrency logos.

  • enabled: A boolean flag indicating whether or not cryptocurrency functionality is enabled.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

An instance of the BinanceSetting class representing the settings for Binance.

Link copied to clipboard

An instance of the CryptoCoinCapSetting class representing the settings for CryptoCoinCap.

Link copied to clipboard

An instance of the CoinGeckoSetting class representing the settings for CoinGecko.

Link copied to clipboard

A boolean flag indicating whether or not to download cryptocurrency logos.

Link copied to clipboard

A boolean flag indicating whether or not cryptocurrency functionality is enabled.

Link copied to clipboard

A nullable string representing the directory where cryptocurrency logos will be downloaded to.