{
  "version": 3,
  "sources": ["../../../src/methods/transactions/getSuccessfulTransactionsSessions.ts"],
  "sourcesContent": ["import { getState } from 'store/store';\nimport { successfulTransactionsSessionsSelector } from '../../store/selectors/transactionsSelector';\n\nexport function getSuccessfulTransactionsSessions(state = getState()) {\n  return successfulTransactionsSessionsSelector(state);\n}\n"],
  "mappings": "42CAGO,SAASA,EAAkCC,EAAQC,EAAS,EAAG,CACpE,OAAOC,EAAuCF,CAAK,CACrD",
  "names": ["getSuccessfulTransactionsSessions", "state", "getState", "successfulTransactionsSessionsSelector"]
}
