Type Alias frontier_template_node::eth::FrontierBackend
source · pub type FrontierBackend = Backend<Block>;
Expand description
Frontier DB backend type.
Aliased Type§
enum FrontierBackend {
KeyValue(Backend<Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>>),
Sql(Backend<Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>>),
}