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