@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
5 lines (4 loc) • 333 B
TypeScript
import type { IExecModule } from 'iexec';
import type { DataProtectorSharing } from '../../../../generated/typechain/sharing/DataProtectorSharing.js';
import { Address } from '../../types/commonTypes.js';
export declare function getSharingContract(iexec: IExecModule, sharingContractAddress: Address): Promise<DataProtectorSharing>;