UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

11 lines (10 loc) 276 B
import { Contract } from '../contract.js'; export default class EthereumContract implements Contract { private address; static identifierName(): string; constructor(address: string); validate(): { valid: boolean; error: string | null; }; }