Configure the gas limit configuration for the payload builder.
(mut self, gas_limit_config: GasLimitConfig)
| 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> |
no outgoing calls
no test coverage detected