@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
13 lines • 734 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GovernanceState = void 0;
var GovernanceState;
(function (GovernanceState) {
GovernanceState[GovernanceState["NotInitialized"] = 0] = "NotInitialized";
GovernanceState[GovernanceState["Normal"] = 1] = "Normal";
GovernanceState[GovernanceState["VetoSignalling"] = 2] = "VetoSignalling";
GovernanceState[GovernanceState["VetoSignallingDeactivation"] = 3] = "VetoSignallingDeactivation";
GovernanceState[GovernanceState["VetoCooldown"] = 4] = "VetoCooldown";
GovernanceState[GovernanceState["RageQuit"] = 5] = "RageQuit";
})(GovernanceState || (exports.GovernanceState = GovernanceState = {}));
//# sourceMappingURL=types.js.map