Function solana_ledger::blockstore_processor::rebatch_transactions
source · fn rebatch_transactions<'a>(
lock_results: &'a [Result<()>],
bank: &'a Arc<Bank>,
sanitized_txs: &'a [SanitizedTransaction],
start: usize,
end: usize,
transaction_indexes: &'a [usize]
) -> TransactionBatchWithIndexes<'a, 'a>