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

Class

packages/node-core/src/utils/blockHeightMap.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type GetRange<T> = {value: T; startHeight: number; endHeight?: number};
5
6export class EntryNotFoundError extends Error {
7 constructor(height: number) {
8 super(`Entry not found at height ${height}`);
9 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected