pub fn close_wallet(
    wallet: &Arc<Mutex<Box<dyn WalletInst<'static, DefaultLCProvider<'static, HTTPNodeClient, ExtKeychain>, HTTPNodeClient, ExtKeychain>>>>
) -> Result<String, Error>