Home
last modified time | relevance | path

Searched refs:HasWalletSupport (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dwalletinitinterface.h13 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp21 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in DeploymentActiveAfter()
H A Dhttprpc.cpp300 if (g_wallet_init_interface.HasWalletSupport()) { in StartHTTPRPC()
319 if (g_wallet_init_interface.HasWalletSupport()) { in StopHTTPRPC()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
H A Dhttprpc.cpp300 if (g_wallet_init_interface.HasWalletSupport()) { in StartHTTPRPC()
319 if (g_wallet_init_interface.HasWalletSupport()) { in StopHTTPRPC()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dwalletinitinterface.h17 virtual bool HasWalletSupport() const = 0;
H A Dhttprpc.cpp244 if (g_wallet_init_interface.HasWalletSupport()) { in StartHTTPRPC()
263 if (g_wallet_init_interface.HasWalletSupport()) { in StopHTTPRPC()
H A Ddummywallet.cpp18 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dwalletinitinterface.h17 virtual bool HasWalletSupport() const = 0;
H A Dhttprpc.cpp244 if (g_wallet_init_interface.HasWalletSupport()) { in StartHTTPRPC()
263 if (g_wallet_init_interface.HasWalletSupport()) { in StopHTTPRPC()
H A Ddummywallet.cpp18 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dwalletinitinterface.h17 virtual bool HasWalletSupport() const = 0;
H A Dhttprpc.cpp244 if (g_wallet_init_interface.HasWalletSupport()) { in StartHTTPRPC()
263 if (g_wallet_init_interface.HasWalletSupport()) { in StopHTTPRPC()
H A Ddummywallet.cpp18 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dwalletinitinterface.h15 virtual bool HasWalletSupport() const = 0;
H A Ddummywallet.cpp19 bool HasWalletSupport() const override {return false;} in HasWalletSupport() function in DummyWalletInit

12