UNPKG

@iexec/dataprotector

Version:

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

7 lines (6 loc) 388 B
import { AddressOrENS, GetCollectionsByOwnerResponse } from '../../types/index.js'; import { SubgraphConsumer } from '../../types/internalTypes.js'; export declare function getCollectionsByOwnerQuery({ graphQLClient, owner, includeHiddenProtectedDatas, }: SubgraphConsumer & { owner: AddressOrENS; includeHiddenProtectedDatas: boolean; }): Promise<GetCollectionsByOwnerResponse>;