Bitcoin Core  24.99.0
P2P Digital Currency
Public Member Functions | List of all members
wallet::WalletStorage Class Referenceabstract

#include <scriptpubkeyman.h>

Inheritance diagram for wallet::WalletStorage:
[legend]

Public Member Functions

virtual ~WalletStorage ()=default
 
virtual std::string GetDisplayName () const =0
 
virtual WalletDatabaseGetDatabase () const =0
 
virtual bool IsWalletFlagSet (uint64_t) const =0
 
virtual void UnsetBlankWalletFlag (WalletBatch &)=0
 
virtual bool CanSupportFeature (enum WalletFeature) const =0
 
virtual void SetMinVersion (enum WalletFeature, WalletBatch *=nullptr)=0
 
virtual const CKeyingMaterialGetEncryptionKey () const =0
 
virtual bool HasEncryptionKeys () const =0
 
virtual bool IsLocked () const =0
 

Detailed Description

Definition at line 35 of file scriptpubkeyman.h.

Constructor & Destructor Documentation

◆ ~WalletStorage()

virtual wallet::WalletStorage::~WalletStorage ( )
virtualdefault

Member Function Documentation

◆ CanSupportFeature()

virtual bool wallet::WalletStorage::CanSupportFeature ( enum  WalletFeature) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ GetDatabase()

virtual WalletDatabase& wallet::WalletStorage::GetDatabase ( ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ GetDisplayName()

virtual std::string wallet::WalletStorage::GetDisplayName ( ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ GetEncryptionKey()

virtual const CKeyingMaterial& wallet::WalletStorage::GetEncryptionKey ( ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ HasEncryptionKeys()

virtual bool wallet::WalletStorage::HasEncryptionKeys ( ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ IsLocked()

virtual bool wallet::WalletStorage::IsLocked ( ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ IsWalletFlagSet()

virtual bool wallet::WalletStorage::IsWalletFlagSet ( uint64_t  ) const
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ SetMinVersion()

virtual void wallet::WalletStorage::SetMinVersion ( enum  WalletFeature,
WalletBatch = nullptr 
)
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

◆ UnsetBlankWalletFlag()

virtual void wallet::WalletStorage::UnsetBlankWalletFlag ( WalletBatch )
pure virtual

Implemented in wallet::CWallet.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: