MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ToString

Method ToString

src/wallet/coinselection.cpp:1030–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030std::string COutput::ToString() const
1031{
1032 return strprintf("COutput(%s, %d, %d) [%s]", outpoint.hash.ToString(), outpoint.n, depth, FormatMoney(txout.nValue));
1033}
1034
1035std::string GetAlgorithmName(const SelectionAlgorithm algo)
1036{

Callers 15

SERIALIZE_METHODSMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
feebumper.cppFile · 0.45
CommitTransactionFunction · 0.45
MigrateToDescriptorMethod · 0.45
FetchSelectedInputsFunction · 0.45
spend.cppFile · 0.45
MarkReplacedMethod · 0.45
AddToWalletMethod · 0.45

Calls 1

FormatMoneyFunction · 0.85

Tested by

no test coverage detected