UNPKG
@iota-big3/sdk-security
Version:
latest (2.0.0)
2.0.0
Advanced security features including zero trust, quantum-safe crypto, and ML threat detection
@iota-big3/sdk-security
/
dist
/
contracts
/
events.contract.js
7 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
/** * Event Bus Contract for SDK Security * Defines the interface that sdk-security expects from an event bus integration */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=events.contract.js.map