UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

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