A virtual base class for key stores.
More...
#include <keystore.h>
A virtual base class for key stores.
Definition at line 19 of file keystore.h.
◆ ~CKeyStore()
virtual CKeyStore::~CKeyStore |
( |
| ) |
|
|
inlinevirtual |
◆ AddCScript()
virtual bool CKeyStore::AddCScript |
( |
const CScript & |
redeemScript | ) |
|
|
pure virtual |
◆ AddKey()
bool CKeyStore::AddKey |
( |
const CKey & |
key | ) |
|
|
virtual |
◆ AddKeyPubKey()
virtual bool CKeyStore::AddKeyPubKey |
( |
const CKey & |
key, |
|
|
const CPubKey & |
pubkey |
|
) |
| |
|
pure virtual |
◆ AddWatchOnly()
virtual bool CKeyStore::AddWatchOnly |
( |
const CScript & |
dest | ) |
|
|
pure virtual |
◆ GetCScript()
virtual bool CKeyStore::GetCScript |
( |
const CScriptID & |
hash, |
|
|
CScript & |
redeemScriptOut |
|
) |
| const |
|
pure virtual |
◆ GetKey()
virtual bool CKeyStore::GetKey |
( |
const CKeyID & |
address, |
|
|
CKey & |
keyOut |
|
) |
| const |
|
pure virtual |
◆ GetKeys()
virtual std::set<CKeyID> CKeyStore::GetKeys |
( |
| ) |
const |
|
pure virtual |
◆ GetPubKey()
virtual bool CKeyStore::GetPubKey |
( |
const CKeyID & |
address, |
|
|
CPubKey & |
vchPubKeyOut |
|
) |
| const |
|
pure virtual |
◆ HaveCScript()
virtual bool CKeyStore::HaveCScript |
( |
const CScriptID & |
hash | ) |
const |
|
pure virtual |
◆ HaveKey()
virtual bool CKeyStore::HaveKey |
( |
const CKeyID & |
address | ) |
const |
|
pure virtual |
◆ HaveWatchOnly() [1/2]
virtual bool CKeyStore::HaveWatchOnly |
( |
const CScript & |
dest | ) |
const |
|
pure virtual |
◆ HaveWatchOnly() [2/2]
virtual bool CKeyStore::HaveWatchOnly |
( |
| ) |
const |
|
pure virtual |
◆ RemoveWatchOnly()
virtual bool CKeyStore::RemoveWatchOnly |
( |
const CScript & |
dest | ) |
|
|
pure virtual |
◆ cs_KeyStore
The documentation for this class was generated from the following files: