{
  "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": "yCAIO,IAAMA,EAAgC,CAC3C,MAAM,uBAAuBC,EAA0C,CAErE,OADqB,MAAMC,EAAuBD,CAAM,CAE1D,CACF",
  "names": ["TransactionsHistoryController", "params", "getTransactionsHistory"]
}
