MCPcopy Create free account
hub / github.com/LUX-Core/lux / MutableTransactionSignatureCreator

Class MutableTransactionSignatureCreator

src/script/sign.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50class MutableTransactionSignatureCreator : public TransactionSignatureCreator {
51 CTransaction tx;
52
53public:
54 MutableTransactionSignatureCreator(const CKeyStore* keystoreIn, const CMutableTransaction* txToIn, unsigned int nInIn, const CAmount& amountIn, int nHashTypeIn) : TransactionSignatureCreator(keystoreIn, &tx, nInIn, amountIn, nHashTypeIn), tx(*txToIn) {}
55};
56
57/** A signature creator that just produces 72-byte empty signatyres. */
58class DummySignatureCreator : public BaseSignatureCreator {

Callers 3

MutateTxSignFunction · 0.85
SignFinalTransactionMethod · 0.85
signrawtransactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected