Expand description
Consensus rule checks for the finalized state.
Functionsยง
- remaining_
transaction_ value - Reject negative remaining transaction value.
- transparent_
coinbase_ spend - Check that
utxois spendable, based on the coinbasespend_restriction. - transparent_
spend - Lookup all the
transparent::Utxos 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.