Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
walletutil.cpp
Go to the documentation of this file.
bool IsArgSet(const std::string &strArg) const
Return true if the given argument has been manually set.
Definition: util.cpp:784
std::string GetArg(const std::string &strArg, const std::string &strDefault) const
Return string argument or default value.
Definition: util.cpp:808