| 105 | QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; } |
| 106 | QFont getFontForMoney() const; |
| 107 | bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
| 108 | bool getSubFeeFromAmount() const { return m_sub_fee_from_amount; } |
| 109 | bool getEnablePSBTControls() const { return m_enable_psbt_controls; } |
| 110 | const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |