{"version":3,"file":"getAssetProof.cjs","sources":["../../../../../src/rpc/methods/getAssetProof.ts"],"sourcesContent":["import type { GetAssetProofRequest, GetAssetProofResponse } from \"../../types\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetAssetProofFn = (\n  p: GetAssetProofRequest\n) => Promise<GetAssetProofResponse>;\n\nexport const makeGetAssetProof =\n  (call: RpcCaller): GetAssetProofFn =>\n  (params) =>\n    call<GetAssetProofRequest, GetAssetProofResponse>(\"getAssetProof\", params);\n"],"names":[],"mappings":";;MAOa,iBAAiB,GAC5B,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CAA8C,eAAe,EAAE,MAAM;;;;"}