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

Method with_sequencer_headers

crates/execution/node/src/node.rs:731–734  ·  view source on GitHub ↗

With headers to use for the sequencer client requests.

(mut self, sequencer_headers: Vec<String>)

Source from the content-addressed store, hash-verified

729
730 /// With headers to use for the sequencer client requests.
731 pub fn with_sequencer_headers(mut self, sequencer_headers: Vec<String>) -> Self {
732 self.sequencer_headers = sequencer_headers;
733 self
734 }
735
736 /// Configure the data availability configuration for the Base builder.
737 pub fn with_da_config(mut self, da_config: BaseDAConfig) -> Self {

Callers 2

add_ons_builderMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected