#include <any>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
◆ EnsureLegacyScriptPubKeyMan()
◆ EnsureWalletContext()
◆ EnsureWalletIsUnlocked()
void EnsureWalletIsUnlocked |
( |
const CWallet * |
pwallet | ) |
|
◆ GetAvoidReuseFlag()
bool GetAvoidReuseFlag |
( |
const CWallet *const |
wallet, |
|
|
const UniValue & |
param |
|
) |
| |
◆ GetWalletForJSONRPCRequest()
Figures out what wallet, if any, to use for a JSONRPCRequest.
- Parameters
-
- Returns
- NULL if no wallet should be used, or a pointer to the CWallet
Definition at line 63 of file util.cpp.
◆ GetWalletNameFromJSONRPCRequest()
bool GetWalletNameFromJSONRPCRequest |
( |
const JSONRPCRequest & |
request, |
|
|
std::string & |
wallet_name |
|
) |
| |
◆ LabelFromValue()
std::string LabelFromValue |
( |
const UniValue & |
value | ) |
|
◆ LoadWalletHelper()
◆ ParseIncludeWatchonly()
bool ParseIncludeWatchonly |
( |
const UniValue & |
include_watchonly, |
|
|
const CWallet & |
pwallet |
|
) |
| |
Used by RPC commands that have an include_watchonly parameter.
We default to true for watchonly wallets if include_watchonly isn't explicitly set.
Definition at line 38 of file util.cpp.
◆ HELP_REQUIRING_PASSPHRASE
const std::string HELP_REQUIRING_PASSPHRASE |
|
extern |