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

Method with_da_config

crates/execution/runner/src/node.rs:55–58  ·  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

53
54 /// Configure the data availability configuration for the payload builder.
55 pub fn with_da_config(mut self, da_config: BaseDAConfig) -> Self {
56 self.da_config = da_config;
57 self
58 }
59
60 /// Configure the gas limit configuration for the payload builder.
61 pub fn with_gas_limit_config(mut self, gas_limit_config: GasLimitConfig) -> Self {

Callers 2

componentsMethod · 0.45
add_ons_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected