UNPKG

@verax-attestation-registry/verax-sdk

Version:

Verax Attestation Registry SDK to interact with the subgraph and the contracts

3 lines 258 B
export declare function stringifyWhereClause(whereClauseObj: Record<string, unknown>): string; export declare function subgraphCall(query: string, url: string): Promise<import("axios").AxiosResponse<any, any>>; //# sourceMappingURL=graphClientHelper.d.ts.map