UNPKG

mokka

Version:

Mokka Consensus Algorithm implementation in Javascript

11 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable exports.default = { NODE_JOIN: 'join', NODE_LEAVE: 'leave', HEARTBEAT_TIMEOUT: 'heartbeat_timeout', STATE: 'state', ACK: 'ack' }; //# sourceMappingURL=EventTypes.js.map