@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
4 lines (3 loc) • 391 B
TypeScript
import { GetProtectedDataParams, ProtectedData } from '../types/index.js';
import { IExecConsumer, SubgraphConsumer } from '../types/internalTypes.js';
export declare const getProtectedData: ({ iexec, graphQLClient, protectedDataAddress, requiredSchema, owner, createdAfterTimestamp, page, pageSize, }: GetProtectedDataParams & IExecConsumer & SubgraphConsumer) => Promise<ProtectedData[]>;