getExecuteScheduledTransferAction
Get the action to execute a scheduled transfer. Note that this should be triggered by a relayer, such as Rhinestone Automations.
Usage
const action = getExecuteScheduledTransferAction({
jobId: 1,
});
Parameters
jobId
- Type:
number
The ID of the scheduled transfer job to execute.
Returns
action
- Type:
Action
The action to execute the scheduled transfer.