UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

4 lines (3 loc) 191 B
import { GovernableConfigSchema } from '@swaptoshi/governance-module'; import { DexModuleConfig } from '../types'; export declare const configSchema: GovernableConfigSchema<DexModuleConfig>;