@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
5 lines (4 loc) • 491 B
TypeScript
import { ProcessProtectedDataParams, ProcessProtectedDataResponse } from '../types/index.js';
import { IExecConsumer } from '../types/internalTypes.js';
export type ProcessProtectedData = typeof processProtectedData;
export declare const processProtectedData: ({ iexec, protectedData, app, userWhitelist, maxPrice, path, args, inputFiles, secrets, workerpool, useVoucher, voucherOwner, onStatusUpdate, }: IExecConsumer & ProcessProtectedDataParams) => Promise<ProcessProtectedDataResponse>;