![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
A signature creator for transactions. More...
#include <sign.h>
Public Member Functions | |
| MutableTransactionSignatureCreator (const CMutableTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, int nHashTypeIn=SIGHASH_ALL) | |
| const BaseSignatureChecker & | Checker () const override |
| bool | CreateSig (const SigningProvider &provider, std::vector< unsigned char > &vchSig, const CKeyID &keyid, const CScript &scriptCode, SigVersion sigversion) const override |
| Create a singular (non-script) signature. More... | |
Public Member Functions inherited from BaseSignatureCreator | |
| virtual | ~BaseSignatureCreator () |
Private Attributes | |
| const CMutableTransaction * | txTo |
| unsigned int | nIn |
| int | nHashType |
| CAmount | amount |
| const MutableTransactionSignatureChecker | checker |
| MutableTransactionSignatureCreator::MutableTransactionSignatureCreator | ( | const CMutableTransaction * | txToIn, |
| unsigned int | nInIn, | ||
| const CAmount & | amountIn, | ||
| int | nHashTypeIn = SIGHASH_ALL |
||
| ) |
|
inlineoverridevirtual |
Implements BaseSignatureCreator.
|
overridevirtual |
Create a singular (non-script) signature.
Implements BaseSignatureCreator.
Definition at line 18 of file sign.cpp.
|
private |
|
private |
1.8.14