MCPcopy Create free account
hub / github.com/ElementsProject/elements / PrecomputedTransactionData

Method PrecomputedTransactionData

src/script/interpreter.cpp:2684–2688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2682
2683template <class T>
2684PrecomputedTransactionData::PrecomputedTransactionData(const T& txTo)
2685 : PrecomputedTransactionData(uint256{})
2686{
2687 Init(txTo, {});
2688}
2689
2690// explicit instantiation
2691template void PrecomputedTransactionData::Init(const CTransaction& txTo, std::vector<CTxOut>&& spent_outputs, bool force);

Callers

nothing calls this directly

Calls 2

CHashWriterClass · 0.85
InitClass · 0.50

Tested by

no test coverage detected