{"version":3,"file":"getValidityProof.cjs","sources":["../../../../../src/zk/methods/getValidityProof.ts"],"sourcesContent":["import { RpcCaller } from \"../../rpc/caller\";\nimport { GetValidityProofRequest, GetValidityProofResponse } from \"../types\";\n\nexport type GetValidityProofFn = (\n  p: GetValidityProofRequest\n) => Promise<GetValidityProofResponse>;\n\nexport const makeGetValidityProof =\n  (call: RpcCaller): GetValidityProofFn =>\n  (params) =>\n    call<GetValidityProofRequest, GetValidityProofResponse>(\n      \"getValidityProof\",\n      params\n    );\n"],"names":[],"mappings":";;MAOa,oBAAoB,GAC/B,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,kBAAkB,EAClB,MAAM;;;;"}