Function findCheapestSlot

  • Find the cheapest slot within a given period range.

    Returns

    An object containing the period and thread of the cheapest slot

    Parameters

    • startPeriod: number

      The start period of the range to check

    • endPeriod: number

      The end period of the range to check

    • maxGas: number

      The maximum amount of gas that the deferred call can use

    • paramsSize: number = 0

    Returns Context.Slot

Generated using TypeDoc