UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

4 lines (3 loc) 245 B
import type { IExecModule } from 'iexec'; import type { IExecPocoDelegate } from '../../../../generated/typechain/sharing/interfaces/IExecPocoDelegate.js'; export declare function getPocoContract(iexec: IExecModule): Promise<IExecPocoDelegate>;