UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

10 lines (9 loc) 390 B
import immutable from 'immutable'; import * as tsCodegen from '../../../codegen/typescript.js'; export default class EthereumTemplateCodeGen { template: immutable.Map<any, any>; constructor(template: immutable.Map<any, any>); generateModuleImports(): string[]; generateCreateMethod(): tsCodegen.StaticMethod; generateCreateWithContextMethod(): tsCodegen.StaticMethod; }