{"version":3,"file":"getNftEditions.cjs","sources":["../../../../../src/rpc/methods/getNftEditions.ts"],"sourcesContent":["import type {\n  GetNftEditionsRequest,\n  GetNftEditionsResponse,\n} from \"../../types/das\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetNftEditionsFn = (\n  p: GetNftEditionsRequest\n) => Promise<GetNftEditionsResponse>;\n\nexport const makeGetNftEditions =\n  (call: RpcCaller): GetNftEditionsFn =>\n  (params) =>\n    call<GetNftEditionsRequest, GetNftEditionsResponse>(\n      \"getNftEditions\",\n      params\n    );\n"],"names":[],"mappings":";;MAUa,kBAAkB,GAC7B,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,gBAAgB,EAChB,MAAM;;;;"}