Bitcoin Core 30.99.0
P2P Digital Currency
Classes | Namespaces | Functions | Variables
kernel_notifications.h File Reference
#include <kernel/notifications_interface.h>
#include <sync.h>
#include <threadsafety.h>
#include <uint256.h>
#include <atomic>
#include <cstdint>
#include <functional>
Include dependency graph for kernel_notifications.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  node::KernelState
 State tracked by the KernelNotifications interface meant to be used by mining code, index code, RPCs, and other code sitting above the validation layer. More...
 
class  node::KernelNotifications
 

Namespaces

namespace  kernel
 
namespace  node
 

Functions

void node::ReadNotificationArgs (const ArgsManager &args, KernelNotifications &notifications)
 

Variables

static constexpr int node::DEFAULT_STOPATHEIGHT {0}