UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

10 lines (9 loc) 271 B
export declare const source: ({ contract, startBlock, }: { contract: string; contractName: string; startBlock: string; }) => string; export declare const mapping: ({ entities, contractName, }: { entities: string[]; contractName: string; }) => string;