pub fn parse_global_args(
    config: &WalletConfig,
    args: &ArgMatches<'_>
) -> Result<GlobalArgs, ParseError>