With headers to use for the sequencer client requests.
(mut self, sequencer_headers: Vec<String>)
| 729 | |
| 730 | /// With headers to use for the sequencer client requests. |
| 731 | pub fn with_sequencer_headers(mut self, sequencer_headers: Vec<String>) -> Self { |
| 732 | self.sequencer_headers = sequencer_headers; |
| 733 | self |
| 734 | } |
| 735 | |
| 736 | /// Configure the data availability configuration for the Base builder. |
| 737 | pub fn with_da_config(mut self, da_config: BaseDAConfig) -> Self { |
no outgoing calls
no test coverage detected