@dydxfoundation/governance
Version:
dYdX governance smart contracts
11 lines (10 loc) • 453 B
JavaScript
;
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 = {}));