aboutsummaryrefslogtreecommitdiff
path: root/src/interface/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/node.h')
-rw-r--r--src/interface/node.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interface/node.h b/src/interface/node.h
index c73f45a1b0..6ae7f9e46c 100644
--- a/src/interface/node.h
+++ b/src/interface/node.h
@@ -173,9 +173,15 @@ public:
//! Get dust relay fee.
virtual CFeeRate getDustRelayFee() = 0;
+ //! Get fallback fee.
+ virtual CFeeRate getFallbackFee() = 0;
+
//! Get pay tx fee.
virtual CFeeRate getPayTxFee() = 0;
+ //! Set pay tx fee.
+ virtual void setPayTxFee(CFeeRate rate) = 0;
+
//! Execute rpc command.
virtual UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) = 0;