MCPcopy Create free account
hub / github.com/LUX-Core/lux / ToString

Method ToString

src/wallet.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81std::string COutput::ToString() const
82{
83 return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->vout[i].nValue));
84}
85
86class CAffectedKeysVisitor : public boost::static_visitor<void> {
87private:

Callers 7

MarkDirtyMethod · 0.45
AddTokenEntryMethod · 0.45
AddTokenTxEntryMethod · 0.45
RemoveTokenEntryMethod · 0.45

Calls 2

FormatMoneyFunction · 0.85
GetHashMethod · 0.45

Tested by

no test coverage detected