{"version":3,"file":"getAssetsByCreator.cjs","sources":["../../../../../src/rpc/methods/getAssetsByCreator.ts"],"sourcesContent":["import type {\n  AssetsByCreatorRequest,\n  GetAssetResponseList,\n} from \"../../types/das\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetAssetsByCreatorFn = (\n  p: AssetsByCreatorRequest\n) => Promise<GetAssetResponseList>;\n\nexport const makeGetAssetsByCreator =\n  (call: RpcCaller): GetAssetsByCreatorFn =>\n  (params) =>\n    call<AssetsByCreatorRequest, GetAssetResponseList>(\n      \"getAssetsByCreator\",\n      params\n    );\n"],"names":[],"mappings":";;MAUa,sBAAsB,GACjC,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,oBAAoB,EACpB,MAAM;;;;"}