@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
8 lines (7 loc) • 421 B
TypeScript
import type { ContractTransactionResponse } from 'ethers';
import type { Address } from '../../types/index.js';
import type { IExecConsumer } from '../../types/internalTypes.js';
export declare function approveProtectedDataForCollectionContract({ iexec, protectedData, sharingContractAddress, }: IExecConsumer & {
protectedData: Address;
sharingContractAddress: Address;
}): Promise<ContractTransactionResponse>;