{
  "version": 3,
  "sources": ["../../src/providers/strategies/helpers/signTransactions/helpers/getCommonData/helpers/decodeDataField.ts"],
  "sourcesContent": ["import {\n  DecodeMethodEnum,\n  DecodedDisplayType\n} from 'types/serverTransactions.types';\nimport { getDecodedDataField } from 'utils/transactions/getDecodedDataField';\n\nexport const getAllDecodedFormats = ({\n  data,\n  highlight,\n  identifier\n}: {\n  data: string;\n  highlight: string | null;\n  identifier?: string;\n}) => {\n  const decodedFormats: Partial<Record<DecodeMethodEnum, DecodedDisplayType>> =\n    {};\n\n  Object.values(DecodeMethodEnum).forEach((decodeMethod) => {\n    const decodedData = getDecodedDataField({\n      data,\n      identifier,\n      decodeMethod,\n      highlight\n    });\n\n    decodedFormats[decodeMethod] = decodedData;\n  });\n\n  return decodedFormats;\n};\n"],
  "mappings": "kFAMO,IAAMA,EAAuB,CAAC,CACnC,KAAAC,EACA,UAAAC,EACA,WAAAC,CACF,IAIM,CACJ,IAAMC,EACJ,CAAC,EAEH,cAAO,OAAOC,CAAgB,EAAE,QAASC,GAAiB,CACxD,IAAMC,EAAcC,EAAoB,CACtC,KAAAP,EACA,WAAAE,EACA,aAAAG,EACA,UAAAJ,CACF,CAAC,EAEDE,EAAeE,CAAY,EAAIC,CACjC,CAAC,EAEMH,CACT",
  "names": ["getAllDecodedFormats", "data", "highlight", "identifier", "decodedFormats", "DecodeMethodEnum", "decodeMethod", "decodedData", "getDecodedDataField"]
}
