bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Params defines the set of params for the distribution module.

    from message cosmos.distribution.v1beta1.Params

    Hierarchy

    Index

    Constructors

    Properties

    baseProposerReward: string = ""

    Deprecated: The base_proposer_reward field is deprecated and is no longer used in the x/distribution module's reward mechanism.

    from field: string base_proposer_reward = 2 [deprecated = true];

    bonusProposerReward: string = ""

    Deprecated: The bonus_proposer_reward field is deprecated and is no longer used in the x/distribution module's reward mechanism.

    from field: string bonus_proposer_reward = 3 [deprecated = true];

    communityTax: string = ""

    from field: string community_tax = 1;

    withdrawAddrEnabled: boolean = false

    from field: bool withdraw_addr_enabled = 4;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.distribution.v1beta1.Params"

    Methods