@atomiqlabs/sdk-lib
Version:
Basic SDK functionality library for atomiq
9 lines (8 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwapAmountType = void 0;
var SwapAmountType;
(function (SwapAmountType) {
SwapAmountType[SwapAmountType["EXACT_IN"] = 1] = "EXACT_IN";
SwapAmountType[SwapAmountType["EXACT_OUT"] = 0] = "EXACT_OUT";
})(SwapAmountType = exports.SwapAmountType || (exports.SwapAmountType = {}));