Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ copyTxID
Method
copyTxID
src/qt/transactionview.cpp:432–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
}
431
432
void TransactionView::copyTxID()
433
{
434
GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxHashRole);
435
}
436
437
void TransactionView::copyTxHex()
438
{
Callers
nothing calls this directly
Calls
1
copyEntryData
Function · 0.85
Tested by
no test coverage detected