Cryptocurrency with GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
455 B

#ifndef SHOWI2PADDRESSES_H
#define SHOWI2PADDRESSES_H
#include <QDialog>
namespace Ui {
class ShowI2PAddresses;
}
class ShowI2PAddresses : public QDialog
{
Q_OBJECT
public:
explicit ShowI2PAddresses(const QString& caption, const QString& pub, const QString& priv, const QString& b32, const QString& configFileName, QWidget *parent = 0);
~ShowI2PAddresses();
private:
Ui::ShowI2PAddresses *ui;
};
#endif // SHOWI2PADDRESSES_H