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

Class

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

Source from the content-addressed store, hash-verified

25type EraProps = Omit<EraEntity, NonNullable<FunctionPropertyNames<EraEntity>> | '_name'>;
26
27class EraEntity implements Entity {
28 constructor(id: string, startTime: Date) {
29 this.id = id;
30 this.startTime = startTime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected