UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines (8 loc) 345 B
import { StateMachine } from 'klayr-framework'; import { DexGovernableConfig } from '../../config'; import { FeeMethod } from '../../types'; export declare function verifyBaseFee(this: { name: string; _feeMethod: FeeMethod | undefined; _config: DexGovernableConfig; }, context: StateMachine.TransactionVerifyContext): Promise<void>;