Function deferredCallRegister

  • Register a new deferred call

    Returns

    The id of the new deferred call

    Parameters

    • targetAddress: string

      The address of the target deferred call

    • targetFunction: string

      The function to call in the target deferred call

    • targetSlot: Context.Slot

      The target slot for the deferred call

    • maxGas: number

      The maximum amount of gas that the deferred call can use

    • params: StaticArray<number> = []

      The parameters to send to the target deferred call function

    • coins: number = 0

      The amount of coins to send to the target deferred call

    Returns string

Generated using TypeDoc