Function solana_runtime::snapshot_utils::bank_from_archive [−][src]
pub fn bank_from_archive<P: AsRef<Path>>(
evm_state_path: &Path,
account_paths: &[PathBuf],
frozen_account_pubkeys: &[Pubkey],
snapshot_path: &Path,
snapshot_tar: P,
archive_format: ArchiveFormat,
genesis_config: &GenesisConfig,
debug_keys: Option<Arc<HashSet<Pubkey>>>,
additional_builtins: Option<&Builtins>,
account_indexes: HashSet<AccountIndex>,
accounts_db_caching_enabled: bool
) -> Result<Bank>