UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

11 lines 735 B
import { ProjectConfig } from '@patchworkdev/common'; import { Abi } from 'viem'; import { PatchworkProject } from '../../types'; import { SchemaModule } from './ponderSchemaMock'; export declare function findConfig(): Promise<string | null>; export declare function findPonderSchema(): Promise<string | null>; export declare function loadPonderSchema(ponderSchema: string): Promise<SchemaModule>; export declare function importPatchworkConfig(config: string): Promise<PatchworkProject>; export declare function importABIFiles(abiDir: string): Promise<Record<string, Abi>>; export declare function getFragmentRelationships(projectConfig: ProjectConfig | PatchworkProject): Record<string, string[]>; //# sourceMappingURL=config.d.ts.map