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

Method with_gas_limit_config

crates/execution/node/src/node.rs:235–238  ·  view source on GitHub ↗

Configure the gas limit configuration for the payload builder.

(mut self, gas_limit_config: GasLimitConfig)

Source from the content-addressed store, hash-verified

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 {
236 self.gas_limit_config = gas_limit_config;
237 self
238 }
239
240 /// Returns the components for the given [`RollupArgs`].
241 pub fn components<Node>(&self) -> BaseNodeComponentBuilder<Node>

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