pub fn wallet_command<C>(
    wallet_args: &ArgMatches<'_>,
    config: GlobalWalletConfig,
    node_client: C
) -> i32 where
    C: NodeClient + 'static,