Set the configuration
(mut self, config: KabuConfig)
| 139 | |
| 140 | /// Set the configuration |
| 141 | pub fn config(mut self, config: KabuConfig) -> Self { |
| 142 | self.config = config; |
| 143 | self |
| 144 | } |
| 145 | |
| 146 | /// Set the backrun configuration |
| 147 | pub fn backrun_config(mut self, backrun_config: BackrunConfig) -> Self { |
no outgoing calls
no test coverage detected