force_set_active_cursor: TxDescriptor<
    { index: number; inner_cursor?: Binary; started_at?: number },
>

Allows root to set an active cursor to forcefully start/forward the migration process.

This is an edge-case version of [Self::force_set_cursor] that allows to set the started_at value to the next block number. Otherwise this would not be possible, since force_set_cursor takes an absolute block number. Setting started_at to None indicates that the current block number plus one should be used.