#include <scriptpubkeyman.h>
Definition at line 37 of file scriptpubkeyman.h.
◆ ~WalletStorage()
| virtual WalletStorage::~WalletStorage |
( |
| ) |
|
|
virtualdefault |
◆ CanSupportFeature()
| virtual bool WalletStorage::CanSupportFeature |
( |
enum |
WalletFeature | ) |
const |
|
pure virtual |
◆ GetChainParams()
| virtual const CChainParams & WalletStorage::GetChainParams |
( |
| ) |
const |
|
pure virtual |
◆ GetDatabase()
◆ GetDisplayName()
| virtual std::string WalletStorage::GetDisplayName |
( |
| ) |
const |
|
pure virtual |
◆ HasEncryptionKeys()
| virtual bool WalletStorage::HasEncryptionKeys |
( |
| ) |
const |
|
pure virtual |
◆ IsLocked()
| virtual bool WalletStorage::IsLocked |
( |
| ) |
const |
|
pure virtual |
◆ IsWalletFlagSet()
| virtual bool WalletStorage::IsWalletFlagSet |
( |
uint64_t |
| ) |
const |
|
pure virtual |
◆ SetMinVersion()
| virtual void WalletStorage::SetMinVersion |
( |
enum |
WalletFeature, |
|
|
WalletBatch * |
= nullptr, |
|
|
bool |
= false |
|
) |
| |
|
pure virtual |
◆ UnsetBlankWalletFlag()
| virtual void WalletStorage::UnsetBlankWalletFlag |
( |
WalletBatch & |
| ) |
|
|
pure virtual |
◆ WithEncryptionKey()
| virtual bool WalletStorage::WithEncryptionKey |
( |
const std::function< bool(const CKeyingMaterial &)> & |
cb | ) |
const |
|
pure virtual |
Pass the encryption key to cb().
Implemented in CWallet.
The documentation for this class was generated from the following file: