@graphprotocol/toolshed
Version:
A collection of tools and utilities for the Graph Protocol Typescript components
11 lines • 596 B
TypeScript
export declare function generateLegacyAllocationProof(indexerAddress: string, allocationPrivateKey: string): Promise<string>;
export declare const EIP712_ALLOCATION_PROOF_TYPEHASH: string;
export declare const EIP712_ALLOCATION_ID_PROOF_TYPES: {
AllocationIdProof: {
name: string;
type: string;
}[];
};
export declare function generateAllocationProof(indexerAddress: string, allocationPrivateKey: string, subgraphServiceAddress: string, chainId: number): Promise<string>;
export declare function randomAllocationMetadata(): string;
//# sourceMappingURL=allocation.d.ts.map