Tooling
Module SDK
Modules
getExecuteScheduledOrderAction

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getExecuteScheduledOrderAction

Get the action to execute a scheduled order. Note that this should be called by a relayer.

Usage

const action = await getExecuteScheduledOrderAction({
  jobId: 1,
})

Parameters

jobId

  • Type: number

The ID of the scheduled order to execute.

Returns

action

The action to execute on the smart account.