UNPKG

@dolomite-exchange/dolomite-margin

Version:

Ethereum Smart Contracts and TypeScript library used for the DolomiteMargin trading protocol

14 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrderMapper = void 0; var OrderMapper = /** @class */ (function () { function OrderMapper(contracts) { this.contracts = contracts; } OrderMapper.prototype.mapOrder = function (order) { throw new Error("Cannot map order of type " + order.type); }; return OrderMapper; }()); exports.OrderMapper = OrderMapper; //# sourceMappingURL=OrderMapper.js.map