@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
4 lines (3 loc) • 463 B
TypeScript
import { ConsumeProtectedDataParams, ConsumeProtectedDataResponse, SharingContractConsumer } from '../types/index.js';
import { IExecConsumer } from '../types/internalTypes.js';
export declare const consumeProtectedData: ({ iexec, sharingContractAddress, protectedData, app, path, workerpool, maxPrice, pemPublicKey, pemPrivateKey, onStatusUpdate, }: IExecConsumer & SharingContractConsumer & ConsumeProtectedDataParams) => Promise<ConsumeProtectedDataResponse>;