UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

13 lines 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PoolInitializedEvent = void 0; const klayr_framework_1 = require("klayr-framework"); const schema_1 = require("../schema"); class PoolInitializedEvent extends klayr_framework_1.Modules.BaseEvent { constructor() { super(...arguments); this.schema = schema_1.poolInitializedEventSchema; } } exports.PoolInitializedEvent = PoolInitializedEvent; //# sourceMappingURL=pool_initialized.js.map