Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <node/warnings.h>
#include <common/system.h>
#include <node/interface_ui.h>
#include <sync.h>
#include <univalue.h>
#include <util/translation.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
UniValue | node::GetWarningsForRpc (const Warnings &warnings, bool use_deprecated) |
RPC helper function that wraps warnings.GetMessages(). More... | |