0
In Transaction.cpp, there is a function CAmount CTransaction::GetValueOut() const. In Coins.cpp, there is a function CAmount CCoinsViewCache::GetValueIn(const CTransaction& tx) const. My understand the GetValueIn() is calculater all vin value for a Tx. But what the GetValueOut() calculate - all vout for a Tx?
JBaczuk, thank you so much for all your help. – yrm23 – 2018-09-20T20:02:49.743