MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/cli/src/jsonrpc/client/http.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9let id = 0;
10export class HttpJsonRpcClient {
11 protected axios: AxiosInstance;
12 constructor(url: string) {
13 this.axios = axios.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected