UNPKG

lisk-framework

Version:

Lisk blockchain application platform

10 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IPC_CONNECTION_TIMEOUT = exports.IPC_EVENTS = void 0; exports.IPC_EVENTS = { RPC_EVENT: 'invoke', REGISTER_CHANNEL: 'registerChannel', RPC_REQUEST_TIMEOUT: 10000, }; exports.IPC_CONNECTION_TIMEOUT = 5000; //# sourceMappingURL=constants.js.map