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§
- Utxo
SetView - Thin lookup adapter around a shared
UtxoSethandle.