UNPKG

@dydxfoundation/governance

Version:
11 lines (10 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExecutorType = void 0; var ExecutorType; (function (ExecutorType) { ExecutorType[ExecutorType["Short"] = 0] = "Short"; ExecutorType[ExecutorType["Long"] = 1] = "Long"; ExecutorType[ExecutorType["Merkle"] = 2] = "Merkle"; ExecutorType[ExecutorType["Starkware"] = 3] = "Starkware"; })(ExecutorType = exports.ExecutorType || (exports.ExecutorType = {}));