Expose client and multiclient config

This commit is contained in:
Joscha 2024-12-29 15:51:48 +01:00
parent a527b22515
commit b62afb32e6
2 changed files with 15 additions and 3 deletions

View file

@ -199,6 +199,10 @@ impl MultiClient {
}
}
pub fn config(&self) -> &MultiClientConfig {
&self.config
}
pub fn start_time(&self) -> Timestamp {
self.start_time
}