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

Class

packages/cli/src/controller/network/json-file-store.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {IKeyValueStorage} from '@walletconnect/keyvaluestorage';
6
7export class JSONFileStorage implements IKeyValueStorage {
8 private writeQueue = Promise.resolve();
9
10 constructor(private readonly sessionPath: string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected