![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <scriptpubkeyman.h>
Public Member Functions | |
| virtual | ~WalletStorage ()=default |
| virtual std::string | LogName () const =0 |
| virtual WalletDatabase & | GetDatabase () const =0 |
| virtual bool | IsWalletFlagSet (uint64_t) const =0 |
| virtual void | UnsetBlankWalletFlag (WalletBatch &)=0 |
| virtual bool | WithEncryptionKey (std::function< bool(const CKeyingMaterial &)> cb) const =0 |
| Pass the encryption key to cb(). | |
| 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. | |
Definition at line 43 of file scriptpubkeyman.h.
|
virtualdefault |
|
pure virtual |
Implemented in CWallet, and wallet::CWallet.
|
pure virtual |
Implemented in CWallet, and wallet::CWallet.
|
pure virtual |
Implemented in CWallet, and wallet::CWallet.
|
pure virtual |
Implemented in CWallet, and wallet::CWallet.
|
pure virtual |
Implemented in CWallet, and wallet::CWallet.
|
pure virtual |
Callback function for after TopUp completes containing any scripts that were added by a SPKMan.
Implemented in wallet::CWallet.
|
pure virtual |
Implemented in wallet::CWallet.
|
pure virtual |
Pass the encryption key to cb().
Implemented in wallet::CWallet.