Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Virtual base class for signature creators.
More...
#include <sign.h>
Virtual base class for signature creators.
Definition at line 19 of file sign.h.
◆ BaseSignatureCreator()
BaseSignatureCreator::BaseSignatureCreator |
( |
const CKeyStore * |
keystoreIn | ) |
|
|
inlineexplicit |
◆ ~BaseSignatureCreator()
virtual BaseSignatureCreator::~BaseSignatureCreator |
( |
| ) |
|
|
inlinevirtual |
◆ Checker()
◆ CreateSig()
virtual bool BaseSignatureCreator::CreateSig |
( |
std::vector< unsigned char > & |
vchSig, |
|
|
const CKeyID & |
keyid, |
|
|
const CScript & |
scriptCode, |
|
|
SigVersion |
sigversion |
|
) |
| const |
|
pure virtual |
◆ KeyStore()
const CKeyStore& BaseSignatureCreator::KeyStore |
( |
| ) |
const |
|
inline |
◆ keystore
const CKeyStore* BaseSignatureCreator::keystore |
|
protected |
The documentation for this class was generated from the following file: