> We want to be able to re-use the precomputed transaction data between
> PolicyScriptChecks and ConsensusScriptChecks in
> AcceptMultipleTransactions.
For Bitcoin ABC, the `PolicyScriptChecks` is part of `PreChecks`.
This is a partial backport of [[https://github.com/bitcoin/bitcoin/pull/23381 | core#23381]]
https://github.com/bitcoin/bitcoin/pull/23381/commits/cbb3598b5ce2bea58a8cb1ad2167d7d1d079acf7
Depends on D12341