Function applyIncrementsToBalances
- applyIncrementsToBalances<T>(startBalances, incrementBadgeIdsBy, incrementOwnershipTimesBy, numIncrements): BalanceArray<T>
Parameters
- startBalances: iBalance<T>[]
- incrementBadgeIdsBy: T
- incrementOwnershipTimesBy: T
- numIncrements: T
Applys increments to balances. Returns a new BalanceArray with the incremented balances.
Remarks
Can also be used via the applyIncrements method on BalanceArray