{
  "version": 3,
  "sources": ["../../src/utils/transactions/getTransactionsHistory/helpers/getCachedTransactionListItem.ts"],
  "sourcesContent": ["import { ITransactionListItem } from 'lib/sdkDappUi';\nimport { getCachedItemSelector } from 'store/selectors/cacheSelector';\nimport { getState } from 'store/store';\nimport { StoreType } from 'store/store.types';\n\nexport const getCachedTransactionListItem = (\n  hash: string,\n  store?: StoreType\n): ITransactionListItem | null => {\n  const cachedTransaction = getCachedItemSelector<ITransactionListItem>(\n    `transaction-${hash}`\n  )(store ?? getState());\n\n  return cachedTransaction ?? null;\n};\n"],
  "mappings": "kFAKO,IAAMA,EAA+B,CAC1CC,EACAC,IAE0BC,EACxB,eAAeF,CAAI,EACrB,EAAEC,GAASE,EAAS,CAAC,GAEO",
  "names": ["getCachedTransactionListItem", "hash", "store", "getCachedItemSelector", "getState"]
}
