MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getTxHash

Method getTxHash

src/qt/transactionrecord.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238QString TransactionRecord::getTxHash() const
239{
240 return QString::fromStdString(hash.ToString());
241}
242
243int TransactionRecord::getOutputIndex() const
244{

Callers 2

dataMethod · 0.80
toHTMLMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected