Bitcoin Core  27.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 bool WithEncryptionKey (std::function< bool(const CKeyingMaterial &)> cb) const =0
 Pass the encryption key to cb(). More...
 
virtual bool HasEncryptionKeys () const =0
 
virtual bool IsLocked () const =0
 
virtual void TopUpCallback (const std::set< CScript > &, ScriptPubKeyMan *)=0
 Callback function for after TopUp completes containing any scripts that were added by a SPKMan. More...
 

Detailed Description

Definition at line 41 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:

◆ 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:

◆ TopUpCallback()

virtual void wallet::WalletStorage::TopUpCallback ( const std::set< CScript > &  ,
ScriptPubKeyMan  
)
pure virtual

Callback function for after TopUp completes containing any scripts that were added by a SPKMan.

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:

◆ WithEncryptionKey()

virtual bool wallet::WalletStorage::WithEncryptionKey ( std::function< bool(const CKeyingMaterial &)>  cb) const
pure virtual

Pass the encryption key to cb().

Implemented in wallet::CWallet.

Here is the caller graph for this function:

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