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

Class

packages/node-core/src/indexer/fetch.service.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const multiChainRewindDelay = 3;
28@Injectable()
29export class FetchService<DS extends BaseDataSource, B extends IBlockDispatcher<FB>, FB>
30 implements OnApplicationShutdown
31{
32 private _latestBestHeight?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected