[][src]Module grin_core::core::block_sums

BlockSums per-block running totals for utxo_sum and kernel_sum. Allows fast "full" verification of kernel sums at a given block height.

Structs

BlockSums

The output_sum and kernel_sum for a given block. This is used to validate the next block being processed by applying the inputs, outputs, kernels and kernel_offset from the new block and checking everything sums correctly.