@metamask/ocap-kernel
Version:
OCap kernel core components
13 lines • 669 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VatDeliveryResultStruct = exports.VatCheckpointStruct = void 0;
const superstruct_1 = require("@metamask/superstruct");
exports.VatCheckpointStruct = (0, superstruct_1.tuple)([
(0, superstruct_1.array)((0, superstruct_1.tuple)([(0, superstruct_1.string)(), (0, superstruct_1.string)()])),
(0, superstruct_1.array)((0, superstruct_1.string)()),
]);
exports.VatDeliveryResultStruct = (0, superstruct_1.tuple)([
exports.VatCheckpointStruct,
(0, superstruct_1.union)([(0, superstruct_1.string)(), (0, superstruct_1.literal)(null)]),
]);
//# sourceMappingURL=shared.cjs.map