MCPcopy 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
432void TransactionView::copyTxID()
433{
434 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxHashRole);
435}
436
437void TransactionView::copyTxHex()
438{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected