UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

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