Function openethereum::db::impls::restoration_db_handler
source · [−]pub fn restoration_db_handler(
client_path: &Path,
client_config: &ClientConfig
) -> Box<dyn BlockChainDBHandler>
Expand description
Create a restoration db handler using the config generated by client_path
and client_config
.