MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / HasWalletSupport

Method HasWalletSupport

src/wallet/init.cpp:32–32  ·  view source on GitHub ↗

Was the wallet component compiled in.

Source from the content-addressed store, hash-verified

30public:
31 //! Was the wallet component compiled in.
32 bool HasWalletSupport() const override {return true;}
33
34 //! Return the wallets help message.
35 void AddWalletOptions(ArgsManager& argsman) const override;

Callers 2

StartHTTPRPCFunction · 0.45
StopHTTPRPCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected