MCPcopy Create free account
hub / github.com/base/base / local_payload_attributes_builder

Method local_payload_attributes_builder

crates/execution/node/src/node.rs:365–369  ·  view source on GitHub ↗
(
        chain_spec: &Self::ChainSpec,
    )

Source from the content-addressed store, hash-verified

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
372impl NodeTypes for BaseNode {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected