UNPKG

lisk-framework

Version:

Lisk blockchain application platform

9 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelType = void 0; var ChannelType; (function (ChannelType) { ChannelType["InMemory"] = "inMemory"; ChannelType["ChildProcess"] = "ipc"; })(ChannelType = exports.ChannelType || (exports.ChannelType = {})); //# sourceMappingURL=types.js.map