Trait 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§