UNPKG

@iexec/dataprotector

Version:

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

4 lines (3 loc) 477 B
import { GetProtectedDataInCollectionsParams, GetProtectedDataInCollectionsResponse } from '../types/index.js'; import { SubgraphConsumer } from '../types/internalTypes.js'; export declare const getProtectedDataInCollections: ({ graphQLClient, protectedData, collectionId, collectionOwner, createdAfterTimestamp, isRentable, isForSale, isDistributed, page, pageSize, }: SubgraphConsumer & GetProtectedDataInCollectionsParams) => Promise<GetProtectedDataInCollectionsResponse>;