Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ copyTxID
Method
copyTxID
src/qt/transactionview.cpp:452–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
}
451
452
void TransactionView::copyTxID()
453
{
454
GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxHashRole);
455
}
456
457
void TransactionView::copyTxHex()
458
{
Callers
nothing calls this directly
Calls
1
copyEntryData
Function · 0.85
Tested by
no test coverage detected