{"version":3,"file":"getAssetsByAuthority.cjs","sources":["../../../../../src/rpc/methods/getAssetsByAuthority.ts"],"sourcesContent":["import type {\n  GetAssetsByAuthorityRequest,\n  GetAssetResponseList,\n} from \"../../types/das\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetAssetsByAuthorityFn = (\n  p: GetAssetsByAuthorityRequest\n) => Promise<GetAssetResponseList>;\n\nexport const makeGetAssetsByAuthority =\n  (call: RpcCaller): GetAssetsByAuthorityFn =>\n  (params) =>\n    call<GetAssetsByAuthorityRequest, GetAssetResponseList>(\n      \"getAssetsByAuthority\",\n      params\n    );\n"],"names":[],"mappings":";;MAUa,wBAAwB,GACnC,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,sBAAsB,EACtB,MAAM;;;;"}