Type Alias frontier_template_node::eth::FrontierBackend
source · pub type FrontierBackend<B, C> = Backend<B, C>;
Expand description
Frontier DB backend type.
Aliased Type§
enum FrontierBackend<B, C> {
KeyValue(Arc<Backend<B, C>>),
Sql(Arc<Backend<B>>),
}