Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Enumerations | Functions
warnings.h File Reference
#include <sync.h>
#include <util/translation.h>
#include <map>
#include <variant>
#include <vector>
Include dependency graph for warnings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  node::Warnings
 Manages warning messages within a node. More...
 

Namespaces

 kernel
 
 node
 

Enumerations

enum class  node::Warning { node::CLOCK_OUT_OF_SYNC , node::PRE_RELEASE_TEST_BUILD , node::FATAL_INTERNAL_ERROR }
 

Functions

UniValue node::GetWarningsForRpc (const Warnings &warnings, bool use_deprecated)
 RPC helper function that wraps warnings.GetMessages(). More...