UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

6 lines (5 loc) 360 B
import { StateMachine } from 'klayr-framework'; import { BaseFeeConversionMethod, FeeConversionVerificationResult } from '@swaptoshi/fee-conversion-module'; export declare class DexTransferFeeConversionMethod extends BaseFeeConversionMethod { verifyFeeConversion(context: StateMachine.TransactionVerifyContext): Promise<FeeConversionVerificationResult>; }