ModuleSDK
Modules
getExecuteScheduledOrderAction

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.