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