pub fn start_verify_transactions<Tx: TransactionWithMeta + Send + Sync + 'static>(
entries: Vec<Entry>,
skip_verification: bool,
thread_pool: &ThreadPool,
verify_recyclers: VerifyRecyclers,
verify: Arc<dyn Fn(VersionedTransaction, TransactionVerificationMode) -> TransactionResult<Tx> + Send + Sync>,
) -> TransactionResult<EntrySigVerificationState<Tx>>👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.