From 6f70fce710a08c2aa1020bdd6e76c3d7786d15a0 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 9 Oct 2023 23:00:30 +0200 Subject: [PATCH] u64 change --- bindings/nodejs/lib/types/models/info/node-info-protocol.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/nodejs/lib/types/models/info/node-info-protocol.ts b/bindings/nodejs/lib/types/models/info/node-info-protocol.ts index 9a53874249..e1fa686dc5 100644 --- a/bindings/nodejs/lib/types/models/info/node-info-protocol.ts +++ b/bindings/nodejs/lib/types/models/info/node-info-protocol.ts @@ -128,7 +128,7 @@ 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. */ @@ -136,7 +136,7 @@ export interface RewardsParameters { /** * 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.