UNPKG

@iexec/dataprotector

Version:

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

5 lines (4 loc) 529 B
import { ProtectedDatasInCollectionsGraphQLResponse } from '../../types/graphQLTypes.js'; import { GetProtectedDataInCollectionsParams } from '../../types/index.js'; import { SubgraphConsumer } from '../../types/internalTypes.js'; export declare const getProtectedDataInCollectionsQuery: ({ graphQLClient, protectedData, collectionId, collectionOwner, createdAfterTimestamp, isRentable, isForSale, page, pageSize, }: SubgraphConsumer & GetProtectedDataInCollectionsParams) => Promise<ProtectedDatasInCollectionsGraphQLResponse>;