@graphprotocol/toolshed
Version:
A collection of tools and utilities for the Graph Protocol Typescript components
4 lines • 377 B
TypeScript
export declare function generateLegacyIndexingDisputeId(allocationId: string): string;
export declare function generateLegacyQueryDisputeId(queryHash: string, responseHash: string, subgraphDeploymentId: string, indexer: string, fisherman: string): string;
export declare function generateLegacyTypeDisputeId(allocationId: string): string;
//# sourceMappingURL=disputes.d.ts.map