{"version":3,"file":"getIndexerHealth.cjs","sources":["../../../../../src/zk/methods/getIndexerHealth.ts"],"sourcesContent":["import type { RpcCaller } from \"../../rpc/caller\";\nimport type {\n  GetIndexerHealthFn,\n  GetIndexerHealthResponse,\n  GetIndexerHealthRequest,\n} from \"../types\";\n\nexport const makeGetIndexerHealth =\n  (call: RpcCaller): GetIndexerHealthFn =>\n  () =>\n    call<GetIndexerHealthRequest, GetIndexerHealthResponse>(\n      \"getIndexerHealth\",\n      {} as const\n    );\n"],"names":[],"mappings":";;AAOO,MAAM,oBAAoB,GAC/B,CAAC,IAAe,KAChB,MACE,IAAI,CACF,kBAAkB,EAClB,EAAW;;;;"}