{"version":3,"file":"getAssetBatch.cjs","sources":["../../../../../src/rpc/methods/getAssetBatch.ts"],"sourcesContent":["import type { GetAssetBatchRequest, GetAssetBatchResponse } from \"../../types\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetAssetBatchFn = (\n  p: GetAssetBatchRequest\n) => Promise<GetAssetBatchResponse>;\n\nexport const makeGetAssetBatch =\n  (call: RpcCaller): GetAssetBatchFn =>\n  (params) =>\n    call<GetAssetBatchRequest, GetAssetBatchResponse>(\"getAssetBatch\", params);\n"],"names":[],"mappings":";;MAOa,iBAAiB,GAC5B,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CAA8C,eAAe,EAAE,MAAM;;;;"}