{
  "version": 3,
  "sources": ["../../../src/controllers/TransactionsHistoryController/TransactionsHistoryController.ts"],
  "sourcesContent": ["import { IGetHistoricalTransactionsParams } from 'types/transaction-list-item.types';\nimport { getTransactionsHistory } from 'utils/transactions/getTransactionsHistory';\n\n// TODO: Will replace TransactionsTableController in the future\nexport const TransactionsHistoryController = {\n  async getTransactionsHistory(params: IGetHistoricalTransactionsParams) {\n    const transactions = await getTransactionsHistory(params);\n    return transactions;\n  }\n};\n"],
  "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,IAAA,eAAAC,EAAAH,GACA,IAAAI,EAAuC,qDAGhC,MAAMF,EAAgC,CAC3C,MAAM,uBAAuBG,EAA0C,CAErE,OADqB,QAAM,0BAAuBA,CAAM,CAE1D,CACF",
  "names": ["TransactionsHistoryController_exports", "__export", "TransactionsHistoryController", "__toCommonJS", "import_getTransactionsHistory", "params"]
}
