[][src]Function solana_ledger::blockstore_processor::confirm_slot

pub fn confirm_slot(
    blockstore: &Blockstore,
    bank: &Arc<Bank>,
    timing: &mut ConfirmationTiming,
    progress: &mut ConfirmationProgress,
    skip_verification: bool,
    transaction_status_sender: Option<TransactionStatusSender>,
    entry_callback: Option<&ProcessCallback>,
    recyclers: &VerifyRecyclers
) -> Result<(), BlockstoreProcessorError>