{"version":3,"file":"getAssetsByOwner.cjs","sources":["../../../../../src/rpc/methods/getAssetsByOwner.ts"],"sourcesContent":["import type {\n  AssetsByOwnerRequest,\n  GetAssetResponseList,\n} from \"../../types/das\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetAssetsByOwnerFn = (\n  p: AssetsByOwnerRequest\n) => Promise<GetAssetResponseList>;\n\nexport const makeGetAssetsByOwner =\n  (call: RpcCaller): GetAssetsByOwnerFn =>\n  (params) =>\n    call<AssetsByOwnerRequest, GetAssetResponseList>(\n      \"getAssetsByOwner\",\n      params\n    );\n"],"names":[],"mappings":";;MAUa,oBAAoB,GAC/B,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,kBAAkB,EAClB,MAAM;;;;"}