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