UNPKG

mcps-sdk-js

Version:

MCPS JavaScript SDK

11 lines 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventTypes = void 0; var EventTypes; (function (EventTypes) { EventTypes["NewBlock"] = "NewBlock"; EventTypes["NewBlockHeader"] = "NewBlockHeader"; EventTypes["ValidatorSetUpdates"] = "ValidatorSetUpdates"; EventTypes["Tx"] = "Tx"; })(EventTypes = exports.EventTypes || (exports.EventTypes = {})); //# sourceMappingURL=events.js.map