process_command

Function process_command 

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