Trait frontier_template_node::rpc::eth::EthConfig
source · pub trait EthConfig<B, C>: Send + Sync + 'staticwhere
B: Block,{
type EstimateGasAdapter: EstimateGasAdapter + Send + Sync;
type RuntimeStorageOverride: RuntimeStorageOverride<B, C>;
}