• This function calculates the next timeout of a contract after a given minTime.

    Parameters

    • contract: Contract

      The contract to analyze

    • minTime: bigint

      Normally the current time, but it represents any time for which you want to see what is the next timeout after that.

    Returns Timeout | undefined

    The next timeout after minTime, or undefined if there is no timeout after minTime.