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

Method with_da_config

crates/execution/node/src/node.rs:229–232  ·  view source on GitHub ↗

Configure the data availability configuration for the payload builder.

(mut self, da_config: BaseDAConfig)

Source from the content-addressed store, hash-verified

227
228 /// Configure the data availability configuration for the payload builder.
229 pub fn with_da_config(mut self, da_config: BaseDAConfig) -> Self {
230 self.da_config = da_config;
231 self
232 }
233
234 /// Configure the gas limit configuration for the payload builder.
235 pub fn with_gas_limit_config(mut self, gas_limit_config: GasLimitConfig) -> Self {

Callers 6

startMethod · 0.45
new_with_node_configMethod · 0.45
componentsMethod · 0.45
add_ons_builderMethod · 0.45
runMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected