/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/erc20-analyser@0.1.5/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";var __importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e};Object.defineProperty(exports,"__esModule",{value:!0});var Core=__importStar(require("./core")),Utils=__importStar(require("./utils")),ERC20Analyser=function(t,e){var r=this;this.getAllTransactions=function(t){return Core.GetAllTransactions(t,r._configuration.etherscanKey)},this.getCurrentEthBalance=function(t){return Core.GetCurrentEthBalance(t,r._configuration.etherscanKey)},this.getOutTransactions=function(t){return Core.GetOutTransactions(t,r._configuration.cryptocompareKey)},this.getInTransactions=function(t){return Core.GetInTransactions(t,r._configuration.cryptocompareKey)},this.getPriceToken=function(t){return Core.GetPriceToken(t,r._configuration.cryptocompareKey)},this.getResultERC20Transactions=function(t){return Core.GetResultErc20Transactions(t,r._configuration.etherscanKey)},this.getCurrentPriceToken=function(t,e){return Core.GetCurrentPriceToken(t,e,r._configuration.cryptocompareKey)},this.getCurrentERC20TokenBalance=function(t,e){return Core.GetCurrentERC20TokenBalance(t,e,r._configuration.etherscanKey)},this.getERC20TokenBalanceWithHold=function(t){return Core.GetERC20TokenBalanceWithHold(t,r._configuration.etherscanKey,r._configuration.cryptocompareKey)},this._configuration=new Utils.Configuration(t,e)};exports.ERC20Analyser=ERC20Analyser;
//# sourceMappingURL=/sm/b4c35484b2c811ba55a8fcad355278471c38078afa0ee1fdd684fe804056e9a7.map