Move ChainstateManager
options into m_options
struct to simplify class initialization, organize class members, and to name external option variables differently than internal state variables.
This change was originally in #25862, but it was suggested to split off in #25862 (review) so it could be merged earlier and reduce conflicts with other PRs.