Params defines the set of params for the distribution module.

interface Params {
    baseProposerReward: string;
    bonusProposerReward: string;
    communityTax: string;
    withdrawAddrEnabled: boolean;
}

Properties

baseProposerReward: string
bonusProposerReward: string
communityTax: string
withdrawAddrEnabled: boolean