(
chain_spec: &Self::ChainSpec,
)
| 363 | } |
| 364 | |
| 365 | fn local_payload_attributes_builder( |
| 366 | chain_spec: &Self::ChainSpec, |
| 367 | ) -> impl PayloadAttributesBuilder<<Self::Payload as PayloadTypes>::PayloadAttributes> { |
| 368 | BaseLocalPayloadAttributesBuilder::new(Arc::new(chain_spec.clone())) |
| 369 | } |
| 370 | } |
| 371 | |
| 372 | impl NodeTypes for BaseNode { |