pub type OpNodeComponentBuilder<Node, Payload = OpPayloadBuilder> = ComponentsBuilder<Node, OpPoolBuilder, BasicPayloadServiceBuilder<Payload>, OpNetworkBuilder, OpExecutorBuilder, OpConsensusBuilder>;
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.