Function applyIncrementsToBalances

  • Applys increments to balances. Returns a new BalanceArray with the incremented balances.

    Type Parameters

    Parameters

    • startBalances: iBalance<T>[]
    • incrementBadgeIdsBy: T
    • incrementOwnershipTimesBy: T
    • numIncrements: T

    Returns BalanceArray<T>

    Remarks

    Can also be used via the applyIncrements method on BalanceArray