UNPKG

@atomiqlabs/base

Version:

Base classes and interfaces for atomiq protocol

8 lines (7 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefundEvent = void 0; const SwapEvent_1 = require("./SwapEvent"); class RefundEvent extends SwapEvent_1.SwapEvent { } exports.RefundEvent = RefundEvent;