UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

7 lines (6 loc) 268 B
import { StateMachine } from 'klayr-framework'; import { DexGovernableConfig } from '../../config'; export declare function verifyMinimumFee(this: { name: string; _config: DexGovernableConfig; }, context: StateMachine.TransactionVerifyContext): Promise<void>;