UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

5 lines (4 loc) 395 B
import type { GetRentalsGraphQLResponse } from '../../types/graphQLTypes.js'; import type { GetRentalsParams } from '../../types/index.js'; import type { SubgraphConsumer } from '../../types/internalTypes.js'; export declare const getRentalsQuery: ({ graphQLClient, renterAddress, protectedData, includePastRentals, }: SubgraphConsumer & GetRentalsParams) => Promise<GetRentalsGraphQLResponse>;