MCPcopy 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
452void TransactionView::copyTxID()
453{
454 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxHashRole);
455}
456
457void TransactionView::copyTxHex()
458{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected