UNPKG

hardhat-graph-protocol

Version:

A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.

5 lines 192 B
import { HardhatPluginError } from 'hardhat/plugins'; export declare class GraphPluginError extends HardhatPluginError { constructor(message: string); } //# sourceMappingURL=error.d.ts.map