Trait fc_rpc::EthConfig

source ·
pub trait EthConfig<B: BlockT, C>: Send + Sync + 'static {
    type EstimateGasAdapter: EstimateGasAdapter + Send + Sync;
    type RuntimeStorageOverride: RuntimeStorageOverride<B, C>;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<B: BlockT, C> EthConfig<B, C> for ()

Implementors§