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

Method ToString

src/wallet/wallet.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 */
101
102std::string COutput::ToString() const
103{
104 return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->tx->vout[i].nValue));
105}
106
107/** A class to identify which pubkeys a script and a keystore have in common. */
108class CAffectedKeysVisitor : public boost::static_visitor<void> {

Callers 15

resendwallettransactionsFunction · 0.45
ParameterInteractionMethod · 0.45
feebumper.cppFile · 0.45
CommitTransactionFunction · 0.45
dumpwalletFunction · 0.45
MarkReplacedMethod · 0.45
AddToWalletMethod · 0.45
GetAmountsMethod · 0.45
CommitTransactionMethod · 0.45
ComputeTimeSmartMethod · 0.45

Calls 2

FormatMoneyFunction · 0.85
GetHashMethod · 0.45

Tested by 15

BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
TestParseFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
~prevector_testerMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36