Function FeeManager.storeValidatedBlockFees

Calculate the Amount of fees included in a block's transaction set

void storeValidatedBlockFees (
  in ref const(Block) block,
  scope nothrow @safe bool delegate(in ref geod24.bitblob.BitBlob!(64L), out UTXO) peekUTXO,
  scope nothrow @safe Amount delegate(geod24.bitblob.BitBlob!(64L)) getPenaltyDeposit
) @trusted;

Parameters

NameDescription
block Block to calculate the fees
peekUTXO delegate to find the UTXOs

Return

Amount of fees that should be paid to each Validator