UNPKG

@rarimo/swap

Version:

Internal tools that other Rarimo packages use to swap tokens.

8 lines (7 loc) 237 B
import { RuntimeError } from "@rarimo/shared"; export class SwapperMultiplePaymentOptsEmptyError extends RuntimeError { constructor(){ super('Multiple payment options are required'); } } //# sourceMappingURL=index.js.map