#include <scriptpubkeyman.h>
Definition at line 42 of file scriptpubkeyman.h.
◆ ~WalletStorage()
virtual wallet::WalletStorage::~WalletStorage |
( |
| ) |
|
|
virtualdefault |
◆ CanSupportFeature()
virtual bool wallet::WalletStorage::CanSupportFeature |
( |
enum |
WalletFeature | ) |
const |
|
pure virtual |
◆ GetDatabase()
◆ GetDisplayName()
virtual std::string wallet::WalletStorage::GetDisplayName |
( |
| ) |
const |
|
pure virtual |
◆ HasEncryptionKeys()
virtual bool wallet::WalletStorage::HasEncryptionKeys |
( |
| ) |
const |
|
pure virtual |
◆ IsLocked()
virtual bool wallet::WalletStorage::IsLocked |
( |
| ) |
const |
|
pure virtual |
◆ IsWalletFlagSet()
virtual bool wallet::WalletStorage::IsWalletFlagSet |
( |
uint64_t |
| ) |
const |
|
pure virtual |
◆ SetMinVersion()
virtual void wallet::WalletStorage::SetMinVersion |
( |
enum |
WalletFeature, |
|
|
WalletBatch * |
= nullptr |
|
) |
| |
|
pure virtual |
◆ TopUpCallback()
Callback function for after TopUp completes containing any scripts that were added by a SPKMan.
Implemented in wallet::CWallet.
◆ UnsetBlankWalletFlag()
virtual void wallet::WalletStorage::UnsetBlankWalletFlag |
( |
WalletBatch & |
| ) |
|
|
pure virtual |
◆ WithEncryptionKey()
virtual bool wallet::WalletStorage::WithEncryptionKey |
( |
std::function< bool(const CKeyingMaterial &)> |
cb | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: