UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

19 lines (16 loc) 324 B
module.exports = class NearSubgraph { constructor(options = {}) { this.manifest = options.manifest this.resolveFile = options.resolveFile this.protocol = options.protocol } validateManifest() { return [] } handlerTypes() { return [ 'blockHandlers', 'receiptHandlers', ] } }