diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-13 15:35:44 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-13 15:35:44 -0500 |
| commit | 6a889bdaa19bd6ef66165d18d10f82c2c5ed6fa0 (patch) | |
| tree | 4c89a95703d33dce1081856efca18d0741f52f62 /src/libwalletqt/Wallet.h | |
| parent | 042400b83fdea6c18ea8a7970cb0a8af2070c03a (diff) | |
| parent | b5fafb55c9ba3e3e1c8122b066202784f1339691 (diff) | |
| download | monzero-gui-6a889bdaa19bd6ef66165d18d10f82c2c5ed6fa0.tar.gz monzero-gui-6a889bdaa19bd6ef66165d18d10f82c2c5ed6fa0.tar.xz monzero-gui-6a889bdaa19bd6ef66165d18d10f82c2c5ed6fa0.zip | |
Merge pull request #2739
b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon)
Diffstat (limited to 'src/libwalletqt/Wallet.h')
| -rw-r--r-- | src/libwalletqt/Wallet.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index 2fb91191..5a408049 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -250,6 +250,11 @@ public: //! deletes unsigned transaction and frees memory Q_INVOKABLE void disposeTransaction(UnsignedTransaction * t); + Q_INVOKABLE void estimateTransactionFeeAsync(const QString &destination, + quint64 amount, + PendingTransaction::Priority priority, + const QJSValue &callback); + //! returns transaction history TransactionHistory * history() const; |
