Expand description
Consensus rule checks for the finalized state.
Functions§
- remaining_
transaction_ value - Reject negative remaining transaction value.
- transparent_
coinbase_ spend - Check that
utxo
is spendable, based on the coinbasespend_restriction
. - transparent_
spend - Lookup all the
transparent::Utxo
s spent by aSemanticallyVerifiedBlock
. If any of the spends are invalid, return an error. Otherwise, return the looked up UTXOs. - transparent_
spend_ 🔒chain_ order - Check that transparent spends occur in chain order.