MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / describe

Method describe

src/qt/transactiontablemodel.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 QString describe(interfaces::Node& node, interfaces::Wallet& wallet, TransactionRecord *rec, int unit)
204 {
205 return TransactionDesc::toHTML(node, wallet, rec, unit);
206 }
207
208 QString getTxHex(interfaces::Wallet& wallet, TransactionRecord *rec)
209 {

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected