@rarimo/swap
Version:
Internal tools that other Rarimo packages use to swap tokens.
18 lines (17 loc) • 539 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SwapperMultiplePaymentOptsEmptyError", {
enumerable: true,
get: function() {
return SwapperMultiplePaymentOptsEmptyError;
}
});
const _shared = require("@rarimo/shared");
let SwapperMultiplePaymentOptsEmptyError = class SwapperMultiplePaymentOptsEmptyError extends _shared.RuntimeError {
constructor(){
super('Multiple payment options are required');
}
};
//# sourceMappingURL=index.js.map