Skip to content

Commit

Permalink
u64 change
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 9, 2023
1 parent aadb468 commit 6f70fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/nodejs/lib/types/models/info/node-info-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ export interface RewardsParameters {
/**
* Mana Share Coefficient is the coefficient used for calculation of initial rewards.
*/
manaShareCoefficient: number;
manaShareCoefficient: u64;
/**
* 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;
decayBalancingConstant: u64;
/**
* Pool Coefficient Exponent is the exponent used for shifting operation
* in the pool rewards calculations.
Expand Down

0 comments on commit 6f70fce

Please sign in to comment.