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

Method getTxHash

src/qt/transactionrecord.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296QString TransactionRecord::getTxHash() const
297{
298 return QString::fromStdString(hash.ToString());
299}
300
301int TransactionRecord::getOutputIndex() const
302{

Callers 2

dataMethod · 0.80
toHTMLMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected