UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

11 lines (10 loc) 299 B
import ABI from '../abi.js'; export declare const source: ({ contract, contractName, startBlock, }: { contract: string; contractName: string; startBlock?: string; }) => string; export declare const mapping: ({ abi, contractName }: { abi: ABI; contractName: string; }) => string;