@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
4 lines (3 loc) • 353 B
TypeScript
import { GetCollectionOwnersParams, GetCollectionOwnersResponse } from '../types/index.js';
import type { IExecConsumer, SubgraphConsumer } from '../types/internalTypes.js';
export declare function getCollectionOwners({ iexec, graphQLClient, limit, }: IExecConsumer & SubgraphConsumer & GetCollectionOwnersParams): Promise<GetCollectionOwnersResponse>;