Params defines the set of params for the distribution module.

interface ParamsSDKType {
    base_proposer_reward: string;
    bonus_proposer_reward: string;
    community_tax: string;
    withdraw_addr_enabled: boolean;
}

Properties

base_proposer_reward: string
bonus_proposer_reward: string
community_tax: string
withdraw_addr_enabled: boolean