@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
5 lines (4 loc) • 469 B
TypeScript
import { GetCollectionSubscriptionsGraphQLResponse } from '../../types/graphQLTypes.js';
import { GetCollectionSubscriptionsParams } from '../../types/index.js';
import { SubgraphConsumer } from '../../types/internalTypes.js';
export declare const getCollectionSubscriptionsQuery: ({ graphQLClient, subscriberAddress, collectionId, includePastSubscriptions, }: SubgraphConsumer & GetCollectionSubscriptionsParams) => Promise<GetCollectionSubscriptionsGraphQLResponse>;