{
  "version": 3,
  "sources": ["../../../../../src/utils/transactions/getDecodedDataField/helpers/getDecodedParts.ts"],
  "sourcesContent": ["import { DecodeMethodEnum } from 'types/serverTransactions.types';\nimport { getSmartDecodedParts } from './getSmartDecodedParts';\n\ninterface IGetDecodedParts {\n  parts: string[];\n  decodeMethod: DecodeMethodEnum;\n  initialDecodedParts: string[];\n  identifier?: string;\n}\n\nexport const getDecodedParts = ({\n  parts,\n  decodeMethod,\n  identifier,\n  initialDecodedParts\n}: IGetDecodedParts) => {\n  if (decodeMethod === DecodeMethodEnum.smart) {\n    return getSmartDecodedParts({\n      parts,\n      decodedParts: initialDecodedParts,\n      identifier\n    });\n  }\n\n  return initialDecodedParts;\n};\n"],
  "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAAiC,0CACjCC,EAAqC,kCAS9B,MAAMH,EAAkB,CAAC,CAC9B,MAAAI,EACA,aAAAC,EACA,WAAAC,EACA,oBAAAC,CACF,IACMF,IAAiB,mBAAiB,SAC7B,wBAAqB,CAC1B,MAAAD,EACA,aAAcG,EACd,WAAAD,CACF,CAAC,EAGIC",
  "names": ["getDecodedParts_exports", "__export", "getDecodedParts", "__toCommonJS", "import_serverTransactions", "import_getSmartDecodedParts", "parts", "decodeMethod", "identifier", "initialDecodedParts"]
}
