Create class instance
Crypto Bot API key, looks like '1234:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
API endpoint url or 'mainnet' or 'testnet' for hardcoded in library endpoint urls
Private Static_CURRENCIES_Update period for fetching currencies from backend API in seconds
Private Static_EXCHANGE_Update period for fetching exhange rates from backend API in seconds
Private Static_ME_Update period for fetching app infomation from backend API in seconds
Protected_transportTransport class instance
Private_currenciesStore.getCurrencies method fetch data handler, see createFetchHandler for more
Private_exchangeStore.getExchangeRates method fetch data handler, see createFetchHandler for more
Private_meStore.getMe method fetch data handler, see createFetchHandler for more
Get API supported currencies infomation
Use toCurrencies backend API result convert function
OptionalisForce: booleanIf true, return fresh data from backend API, not from cache
Promise, what resolved to API supported currencies infomation object
Get API supported currencies exchange rate infomation
Use toExchangeRates backend API result convert function
OptionalisForce: booleanIf true, return fresh data from backend API, not from cache
Promise, what resolved to API supported currencies exchange rate infomation object
Wrapper for API methods that return possible cached data