{"version":3,"file":"getTokenAccountsByOwnerV2.cjs","sources":["../../../../../src/rpc/methods/getTokenAccountsByOwnerV2.ts"],"sourcesContent":["import type {\n  GetTokenAccountsByOwnerV2Request,\n  GetTokenAccountsByOwnerV2Response,\n} from \"../../types\";\nimport type { RpcCaller } from \"../caller\";\n\nexport type GetTokenAccountsByOwnerV2Fn = (\n  p: GetTokenAccountsByOwnerV2Request\n) => Promise<GetTokenAccountsByOwnerV2Response>;\n\nexport const makeGetTokenAccountsByOwnerV2 =\n  (call: RpcCaller): GetTokenAccountsByOwnerV2Fn =>\n  (params) =>\n    call<GetTokenAccountsByOwnerV2Request, GetTokenAccountsByOwnerV2Response>(\n      \"getTokenAccountsByOwnerV2\",\n      params\n    );\n"],"names":[],"mappings":";;MAUa,6BAA6B,GACxC,CAAC,IAAe,KAChB,CAAC,MAAM,KACL,IAAI,CACF,2BAA2B,EAC3B,MAAM;;;;"}