CommissionRates: {
    max_change_rate: number;
    max_rate: number;
    rate: number;
}

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

Type declaration

  • max_change_rate: number

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

  • max_rate: number

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

  • rate: number

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

Generated using TypeDoc