MCPcopy Create free account
hub / github.com/cakevm/kabu / config

Method config

crates/core/node/src/context.rs:141–144  ·  view source on GitHub ↗

Set the configuration

(mut self, config: KabuConfig)

Source from the content-addressed store, hash-verified

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 {

Callers 3

execute_testFunction · 0.80
mainFunction · 0.80
start_kabu_mevFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected