MCPcopy 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
457void TransactionView::copyTxHex()
458{
459 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxHexRole);
460}
461
462void TransactionView::copyTxPlainText()
463{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected