fn sapling_orchard_anchors_refer_to_final_treestates(
finalized_state: &ZebraDb,
parent_chain: Option<&Arc<Chain>>,
transaction: &Arc<Transaction>,
transaction_hash: Hash,
tx_index_in_block: Option<usize>,
height: Option<Height>,
) -> Result<(), ValidateContextError>
Expand description
Checks the final Sapling and Orchard anchors specified by transaction
This method checks for anchors computed from the final treestate of each block in
the parent_chain
or finalized_state
.