| 90 | QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; } |
| 91 | bool getUseEmbeddedMonospacedFont() const { return m_use_embedded_monospaced_font; } |
| 92 | bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
| 93 | bool getSubFeeFromAmount() const { return m_sub_fee_from_amount; } |
| 94 | bool getEnablePSBTControls() const { return m_enable_psbt_controls; } |
| 95 | const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |