X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fwalletmodel.h;h=4c8597cb27375877e7326c0f8acb8bf96b1e0164;hp=5f10e504931f51526aa661dae9accf5a13ff3dc6;hb=5411280b44a6c211ec7ce15919068a92ff2d9f51;hpb=8ed1f8522b08e8b9811c9c16284a9967d62fb07f diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 5f10e50..4c8597c 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -96,6 +96,9 @@ public: // Wallet backup bool backupWallet(const QString &filename); + bool dumpWallet(const QString &filename); + bool importWallet(const QString &filename); + void getStakeWeight(quint64& nMinWeight, quint64& nMaxWeight, quint64& nWeight); void getStakeWeightFromValue(const qint64& nTime, const qint64& nValue, quint64& nWeight);