Sums the value of all outputs of a transaction.
Declared in <primitives/transaction.h>
template<typename TxType>
CAmount
CalculateOutputValue(TxType const& tx);
The total value of all outputs.
| Name | Description |
|---|---|
| tx | The transaction whose outputs are summed. |