UNPKG

heimdall-tide

Version:

SDK for communicating with a Tide Enclave

8 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestEnclave = exports.ApprovalEnclave = void 0; const ApprovalEnclave_1 = require("./enclaves/ApprovalEnclave"); Object.defineProperty(exports, "ApprovalEnclave", { enumerable: true, get: function () { return ApprovalEnclave_1.ApprovalEnclave; } }); const RequestEnclave_1 = require("./enclaves/RequestEnclave"); Object.defineProperty(exports, "RequestEnclave", { enumerable: true, get: function () { return RequestEnclave_1.RequestEnclave; } }); //# sourceMappingURL=index.js.map