UNPKG

@barfinex/types

Version:

Shared TypeScript interfaces for Barfinex — an open-source standard for digital asset trading by Barfin Network.

14 lines 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneticType = exports.GeneticWFOType = void 0; var GeneticWFOType; (function (GeneticWFOType) { GeneticWFOType["Rolling"] = "rolling"; GeneticWFOType["Anchored"] = "anchored"; })(GeneticWFOType || (exports.GeneticWFOType = GeneticWFOType = {})); var GeneticType; (function (GeneticType) { GeneticType["Island"] = "island"; GeneticType["None"] = "classic"; })(GeneticType || (exports.GeneticType = GeneticType = {})); //# sourceMappingURL=genetic.interface.js.map