• The formula for calculating the balance until updated at of a user (claimable + received tokens from index)

    Parameters

    • __namedParameters: {
          currentBalance: string;
          currentTimestamp: string;
          indexSubscriptions: IIndexSubscription[];
          netFlowRate: string;
          updatedAtTimestamp: string;
      }
      • currentBalance: string
      • currentTimestamp: string
      • indexSubscriptions: IIndexSubscription[]
      • netFlowRate: string
      • updatedAtTimestamp: string

    Returns BigNumber

    the balance since the updated at timestamp

Generated using TypeDoc