Skip to main content

Module utxo_view

Module utxo_view 

Source
Expand description

UTXO view adapter for consensus transaction checks. UtxoView adapter over the in-memory UtxoSet.

Converts bitcoin::OutPoint lookups (the consensus crate’s contract) into bitcoin_rs_primitives::OutPoint lookups (the UTXO crate’s internal layout). Used by NodeState::apply_block to run per-tx script verification against the committed UTXO set.

Structs§

UtxoSetView
Thin lookup adapter around a shared UtxoSet handle.