UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

7 lines (6 loc) 187 B
import ABI from '../abi.js'; export declare const generatePlaceholderHandlers: ({ abi, events, contractName, }: { abi: ABI; events: any[]; contractName: string; }) => string;