@graphprotocol/toolshed
Version:
A collection of tools and utilities for the Graph Protocol Typescript components
8 lines • 699 B
TypeScript
import { BytesLike } from 'ethers';
import { RAV } from './types';
export declare function encodeRegistrationData(url: string, geoHash: string, rewardsDestination: string): string;
export declare function encodeStartServiceData(subgraphDeploymentId: string, allocationTokens: bigint, allocationId: string, signature: string): string;
export declare function encodeCollectIndexingRewardsData(allocationId: string, poi: BytesLike, poiMetadata: BytesLike): string;
export declare function encodeCollectQueryFeesData(rav: RAV, signature: string, tokensToCollect: bigint): string;
export declare function encodeStopServiceData(allocationId: string): string;
//# sourceMappingURL=subgraph-service.d.ts.map