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

Class

packages/node-core/src/indexer/StoreOperations.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {OperationEntity, OperationType} from './types';
9
10export class StoreOperations {
11 private merkleTools: MerkleTools;
12
13 constructor(private models: GraphQLModelsType[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected