add request Hush via chat

This commit is contained in:
DenioD
2020-06-21 01:20:26 +02:00
parent 1b024d0b75
commit 969b79a40d
6 changed files with 337 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ public:
QString doSendChatTxValidations(Tx tx);
QString doSendChatMoneyTxValidations(Tx tx);
QString doSendRequestTxValidations(Tx tx);
QString doSendChatMoneyRequestTxValidations(Tx tx);
QString getCid();
QString getAmt();
QString getMoneyMemo();
@@ -143,6 +144,7 @@ private:
Tx createTxFromChatPage();
Tx createTxForSafeContactRequest();
Tx createTxFromSendChatPage();
Tx createTxFromSendRequestChatPage();
void encryptWallet();
void removeWalletEncryption();
@@ -152,6 +154,7 @@ private:
void sendButton();
void sendChat();
void sendMoneyChat();
void sendMoneyRequestChat();
void addContact();
void ContactRequest();