Variable FeeUTXOs.total_fee

Total fee calculated in utxos

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