| 100 | */ |
| 101 | |
| 102 | std::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. */ |
| 108 | class CAffectedKeysVisitor : public boost::static_visitor<void> { |