pub(crate) cookie_file: Option, #[arg(long, help = "Store index in .")] pub(crate) data_dir: Option, #[arg( long, help = "Set index cache to bytes. By default takes 1/4 of available RAM." )] pub(crate) db_cache_size: Option, #[arg( long, help = "Don't look for inscriptions below ." )] pub(crate) first_inscription_height: Option, #[arg(long, help = "Limit index to blocks.")] pub(crate) height_limit: Option, #[arg(long, help = "Use index at .")] pub(crate) index: Option, #[arg( long, help = "Track location of runes. RUNES ARE IN AN UNFINISHED PRE-ALPHA STATE AND SUBJECT TO CHANGE AT ANY TIME." )] pub(crate) index_runes_pre_alpha_i_agree_to_get_rekt: bool, #[arg(long, help = "Track location of all satoshis.")] pub(crate) index_sats: bool, #[arg(long, short, help = "Use regtest. Equivalent to `--chain regtest`.")] pub(crate) regtest: bool,