UNPKG

@barfinex/types

Version:

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

9 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TradeType = void 0; var TradeType; (function (TradeType) { TradeType["BUY"] = "BUY"; TradeType["SELL"] = "SELL"; })(TradeType || (exports.TradeType = TradeType = {})); //# sourceMappingURL=trade.interface.js.map