This commit is contained in:
Aditya Kulkarni
2019-10-26 21:56:02 -07:00
parent 3afcf43202
commit 12d6c64583
22 changed files with 248 additions and 252 deletions

View File

@@ -2,6 +2,7 @@
#define SETTINGS_H
#include "precompiled.h"
#include "camount.h"
struct Config {
QString server;
@@ -80,20 +81,11 @@ public:
static bool isZAddress(QString addr);
static bool isTAddress(QString addr);
static QString getDecimalString(qint64 zecamt);
static QString getUSDFormat(double usdAmt);
static QString getUSDFromZecAmount(qint64 zecamt);
static QString getZECDisplayFormat(qint64 zecamt);
static QString getZECUSDDisplayFormat(qint64 bal);
static qint64 getAmountFromUserDecimalStr(QString amt);
static QString getTokenName();
static QString getDonationAddr();
static QString getDefaultServer();
static double getMinerFee();
static CAmount getMinerFee();
static int getMaxMobileAppTxns() { return 30; }