Function solana_ledger::blockstore_processor::process_blockstore[][src]

pub fn process_blockstore(
    genesis_config: &GenesisConfig,
    blockstore: &Blockstore,
    evm_state_path: impl AsRef<Path>,
    evm_genesis_path: impl AsRef<Path>,
    account_paths: Vec<PathBuf>,
    opts: ProcessOptions
) -> BlockstoreProcessorResult