UNPKG

@openzeppelin/relayer-sdk

Version:
27 lines (26 loc) 748 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * OpenZeppelin Relayer API * OpenZeppelin Relayer API * * The version of the OpenAPI document: 1.3.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.StellarSwapStrategy = void 0; /** * Stellar swap strategy * @export * @enum {string} */ var StellarSwapStrategy; (function (StellarSwapStrategy) { StellarSwapStrategy["ORDER_BOOK"] = "order-book"; StellarSwapStrategy["SOROSWAP"] = "soroswap"; })(StellarSwapStrategy || (exports.StellarSwapStrategy = StellarSwapStrategy = {}));