Variable FeeUTXOs.total_value

Total value stored in utxos

struct FeeUTXOs
{
  // ...
  Amount total_value ;
  // ...
}