frontier_template_node::rpc::eth

Trait EthConfig

Source
pub trait EthConfig<B, C>:
    Send
    + Sync
    + 'static
where B: Block,
{ type EstimateGasAdapter: EstimateGasAdapter + Send + Sync; type RuntimeStorageOverride: RuntimeStorageOverride<B, C>; }

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<B, C> EthConfig<B, C> for ()
where B: Block,

Implementors§

Source§

impl<B, C, BE> EthConfig<B, C> for DefaultEthConfig<C, BE>
where B: BlockT, C: StorageProvider<B, BE> + Sync + Send + 'static, BE: Backend<B> + 'static,