Bitcoin Core  24.99.0
P2P Digital Currency
Namespaces
notifications.cpp File Reference
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/receive.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <wallet/walletutil.h>
#include <cassert>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for notifications.cpp:

Go to the source code of this file.

Namespaces

 wallet
 

Variable Documentation

◆ args

Definition at line 36 of file notifications.cpp.

◆ context

WalletContext context

Definition at line 37 of file notifications.cpp.

◆ wallet

std::shared_ptr<CWallet> wallet

Definition at line 38 of file notifications.cpp.