{
  "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": "yCAUO,IAAMA,EAAkB,CAAC,CAC9B,MAAAC,EACA,aAAAC,EACA,WAAAC,EACA,oBAAAC,CACF,IACMF,YACKG,EAAqB,CAC1B,MAAAJ,EACA,aAAcG,EACd,WAAAD,CACF,CAAC,EAGIC",
  "names": ["getDecodedParts", "parts", "decodeMethod", "identifier", "initialDecodedParts", "getSmartDecodedParts"]
}
