Function FeeManager.getBlockFees

Returns the total Amount of fees in the transaction set of a block

Amount getBlockFees (
  in const(Height) height
) @safe;

This includes any data_fees which are based on the size of the payload in a Transaction. The transaction fee rate is calculated after the data fee is subtracted from the total fees, which is sum of transactions input values minus sum of output values.

Parameters

NameDescription
height height of block

Return

Amount of fees included at given height