Type Definition solana_ledger::blockstore_processor::ProcessCallback [−][src]
type ProcessCallback = Arc<dyn Fn(&Bank) + Sync + Send>;
Callback for accessing bank state while processing the blockstore