Tooling
Module SDK
Modules
getExecuteScheduledTransferAction

⚠️ 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)

getExecuteScheduledTransferAction

Get the action to execute a scheduled transfer. Note that this should be triggered by a relayer.

Usage

const action = getExecuteScheduledTransferAction({
  jobId: 1,
})

Parameters

jobId

  • Type: number

The ID of the scheduled transfer job to execute.

Returns

action

The action to execute the scheduled transfer.