@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
7 lines (6 loc) • 393 B
TypeScript
export * from './lib/types/index.js';
export { getWeb3Provider } from './utils/getWeb3Provider.js';
export * from './utils/index.js';
export { IExecDataProtector } from './lib/IExecDataProtector.js';
export { IExecDataProtectorCore } from './lib/dataProtectorCore/IExecDataProtectorCore.js';
export { IExecDataProtectorSharing } from './lib/dataProtectorSharing/IExecDataProtectorSharing.js';