@oraichain/oraidex-evm-sdk
Version:
Oraidex EVM SDK
20 lines • 523 B
JavaScript
export var TradeType;
(function (TradeType) {
TradeType["EXACT_INPUT"] = "EXACT_INPUT";
TradeType["EXACT_OUTPUT"] = "EXACT_OUTPUT";
})(TradeType || (TradeType = {}));
export var ActionType;
(function (ActionType) {
ActionType["SWAP"] = "Swap";
ActionType["BRIDGE"] = "Bridge";
})(ActionType || (ActionType = {}));
/**
* Provides functionality for finding optimal swap routes on Multiple protocol.
*
* @export
* @abstract
* @class IRouter
*/
export class IRouter {
}
//# sourceMappingURL=IRouter.js.map