reth_node_ethereum::node

Type Alias EthereumAddOns

Source
pub type EthereumAddOns<N> = RpcAddOns<N, EthApi<<N as FullNodeTypes>::Provider, <N as FullNodeComponents>::Pool, NetworkHandle, <N as FullNodeComponents>::Evm>, EthereumEngineValidatorBuilder>;
Expand description

Add-ons w.r.t. l1 ethereum.

Aliased Type§

struct EthereumAddOns<N> {
    pub hooks: RpcHooks<N, EthApi<<N as FullNodeTypes>::Provider, <N as FullNodeComponents>::Pool, NetworkHandle, <N as FullNodeComponents>::Evm>>,
    /* private fields */
}

Fields§

§hooks: RpcHooks<N, EthApi<<N as FullNodeTypes>::Provider, <N as FullNodeComponents>::Pool, NetworkHandle, <N as FullNodeComponents>::Evm>>

Additional RPC add-ons.

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.