OpNodeComponentBuilder

Type Alias OpNodeComponentBuilder 

Source
pub type OpNodeComponentBuilder<Node, Payload = OpPayloadBuilder> = ComponentsBuilder<Node, OpPoolBuilder, BasicPayloadServiceBuilder<Payload>, OpNetworkBuilder, OpExecutorBuilder, OpConsensusBuilder>;
Available on crate features node-api and node only.
Expand description

A ComponentsBuilder with its generic arguments set to a stack of Optimism specific builders.

Aliased Type§

pub struct OpNodeComponentBuilder<Node, Payload = OpPayloadBuilder> { /* private fields */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.