async fn handle_explorer_simulate_tx( drk: &DrkPtr, parts: &[&str], input: &[String], output: &mut Vec<String>, )
Auxiliary function to define the explorer simulate transaction subcommand handling.