support incremental wallet updates
This commit is contained in:
@@ -29,6 +29,9 @@ public:
|
||||
int getNumBlocks();
|
||||
int getNumTransactions();
|
||||
|
||||
/* Set default address */
|
||||
void setAddress(const QString &defaultAddress);
|
||||
/* Send coins */
|
||||
StatusCode sendCoins(const QString &payTo, qint64 payAmount);
|
||||
private:
|
||||
OptionsModel *options_model;
|
||||
|
||||
@@ -49,6 +49,8 @@ private:
|
||||
|
||||
private slots:
|
||||
void update();
|
||||
|
||||
friend class TransactionTablePriv;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user