pub async fn process_command(
sub_command: &CommandName,
sub_matches: &ArgMatches,
config: &Config<'_>,
wallet_manager: Option<Rc<RemoteWalletManager>>,
bulk_signers: Vec<Arc<dyn Signer>>,
) -> CommandResultpub async fn process_command(
sub_command: &CommandName,
sub_matches: &ArgMatches,
config: &Config<'_>,
wallet_manager: Option<Rc<RemoteWalletManager>>,
bulk_signers: Vec<Arc<dyn Signer>>,
) -> CommandResult