UNPKG

@iexec/dataprotector

Version:

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

10 lines (8 loc) 381 B
import type { IExecModule } from 'iexec'; import type { IExecPocoDelegate } from '../../../../generated/typechain/sharing/interfaces/IExecPocoDelegate.js'; export async function getPocoContract( iexec: IExecModule ): Promise<IExecPocoDelegate> { const client = await iexec.config.resolveContractsClient(); return client.getIExecContract() as unknown as IExecPocoDelegate; }