CommissionRates defines the initial commission rates to be used for creating a validator.

Hierarchy

  • V1Beta1CommissionRates

Properties

max_change_rate?: string

max_change_rate defines the maximum daily increase of the validator commission, as a fraction.

max_rate?: string

max_rate defines the maximum commission rate which validator can ever charge, as a fraction.

rate?: string

rate is the commission rate charged to delegators, as a fraction.

Generated using TypeDoc