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

Class

packages/utils/src/types/TypeClass.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type SequelizeTypes = string | ValueOf<typeof DataTypes>;
8
9export class TypeClass<T extends string, D> {
10 constructor(
11 public name: T,
12 private _hashCode: (data: D) => Uint8Array,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected