Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <sign.h>
|
| | MutableTransactionSignatureCreator (const CKeyStore *keystoreIn, const CMutableTransaction *txToIn, unsigned int nInIn, const CAmount &amount, int nHashTypeIn) |
| |
| | TransactionSignatureCreator (const CKeyStore *keystoreIn, const CTransaction *txToIn, unsigned int nInIn, const CAmount &amountIn, int nHashTypeIn=SIGHASH_ALL) |
| |
| const BaseSignatureChecker & | Checker () const override |
| |
| bool | CreateSig (std::vector< unsigned char > &vchSig, const CKeyID &keyid, const CScript &scriptCode, SigVersion sigversion) const override |
| | Create a singular (non-script) signature. More...
|
| |
| | BaseSignatureCreator (const CKeyStore *keystoreIn) |
| |
| const CKeyStore & | KeyStore () const |
| |
| virtual | ~BaseSignatureCreator () |
| |
Definition at line 47 of file sign.h.
◆ MutableTransactionSignatureCreator()
| MutableTransactionSignatureCreator::MutableTransactionSignatureCreator |
( |
const CKeyStore * |
keystoreIn, |
|
|
const CMutableTransaction * |
txToIn, |
|
|
unsigned int |
nInIn, |
|
|
const CAmount & |
amount, |
|
|
int |
nHashTypeIn |
|
) |
| |
|
inline |
◆ tx
The documentation for this class was generated from the following file: