Trait reth_chainspec::EthChainSpec

source ·
pub trait EthChainSpec:
    Send
    + Sync
    + Unpin
    + Debug
    + 'static {
    // Required method
    fn chain(&self) -> Chain;
}
Expand description

Trait representing type configuring a chain spec.

Required Methods§

source

fn chain(&self) -> Chain

Chain id.

Implementors§