UNPKG

@iexec/dataprotector

Version:

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

9 lines (8 loc) 388 B
import { type GraphQLClient } from 'graphql-request'; import { Address } from 'iexec'; import { GetCollectionOwnersGraphQLResponse } from '../../types/graphQLTypes.js'; export declare function getCollectionOwnersQuery({ graphQLClient, userAddress, limit, }: { graphQLClient: GraphQLClient; userAddress: Address; limit: number; }): Promise<GetCollectionOwnersGraphQLResponse>;