Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
QString TransactionRecord::getTxHash() const
297
{
298
return QString::fromStdString(hash.ToString());
299
}
300
301
int TransactionRecord::getOutputIndex() const
302
{
Callers
2
data
Method · 0.80
toHTML
Method · 0.80
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected