UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

16 lines (15 loc) 376 B
import { Contract } from '../contract.js'; export default class NearContract implements Contract { private account; static identifierName(): string; constructor(account: string); private validateLength; private validateFormat; validate(): { valid: boolean; error: string; } | { valid: boolean; error: null; }; }