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