Skip to content

Commit

Permalink
spaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 9, 2023
1 parent f036440 commit aadb468
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bindings/nodejs/lib/types/models/info/node-info-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,32 +117,26 @@ export interface RewardsParameters {
* per slot during its epoch duties.
*/
validationBlocksPerSlot: number;

/**
* Profit Margin Exponent is used for shift operation for calculation of profit margin.
*/
profitMarginExponent: number;

/**
* The length in epochs of the bootstrapping phase.
*/
bootstrappingDuration: number;

/**
* Mana Share Coefficient is the coefficient used for calculation of initial rewards.
*/
manaShareCoefficient: number;

/**
* Decay Balancing Constant Exponent is the exponent used for calculation of the initial reward.
*/
decayBalancingConstantExponent: number;

/**
* Decay Balancing Constant is an integer approximation calculated based on chosen DecayBalancingConstantExponent.
*/
decayBalancingConstant: number;

/**
* Pool Coefficient Exponent is the exponent used for shifting operation
* in the pool rewards calculations.
Expand Down

0 comments on commit aadb468

Please sign in to comment.