@swaptoshi/governance-module
Version:
Klayr governance on-chain module
9 lines (8 loc) • 361 B
TypeScript
import { StateMachine } from 'klayr-framework';
import { GovernanceGovernableConfig } from '../../config';
import { FeeMethod } from '../../types';
export declare function executeBaseFee(this: {
name: string;
_feeMethod: FeeMethod | undefined;
_config: GovernanceGovernableConfig;
}, context: StateMachine.TransactionExecuteContext): Promise<void>;