Configure the data availability configuration for the payload builder.
(mut self, da_config: BaseDAConfig)
| 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 { |
no outgoing calls
no test coverage detected