UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

3 lines (2 loc) 191 B
export declare const identifyDeployKey: (node: string, deployKey: string | undefined) => Promise<any>; export declare const saveDeployKey: (node: string, deployKey: string) => Promise<void>;