fn lookup_out_loc(
height: Height,
outpoint: &OutPoint,
tx_hash_indexes: &HashMap<Hash, usize>,
) -> OutputLocationExpand description
Lookup the output location for an outpoint.
tx_hash_indexes must contain outpoint.hash and that transaction’s index in its block.