Function getUpcomingMintTokens

  • Gets the number of tokens that will be minted in the given window based on the given releaseSchedule. Assumes that releaseSchedule has no overlapping schedules.

    Returns

    The number of tokens to be released in the given window.

    Parameters

    • startDate: Moment

      A moment object representing start of the window to query.

    • days: number

      The number of days in the window.

    • releaseSchedule: ScheduledTokenReleaseSDKType[]

      The token release schedule. (See getMintParams).

    Returns number

Generated using TypeDoc