@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
9 lines • 457 B
JavaScript
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';
//# sourceMappingURL=index.js.map