MCPcopy Create free account
hub / github.com/cowprotocol/services / build

Method build

crates/simulator/src/simulation_builder.rs:319–323  ·  view source on GitHub ↗

Finishes the simulation struct based on the configuration thus far.

(self)

Source from the content-addressed store, hash-verified

317
318 /// Finishes the simulation struct based on the configuration thus far.
319 pub async fn build(self) -> Result<EthCallInputs, BuildError> {
320 // Forward to a helper function to split the boring repetitive builder
321 // code from the non-trivial code that actually does the encoding.
322 crate::encoding::finish_simulation_builder(self).await
323 }
324}
325
326/// Euler is the only integration for now using wrappers and they have a

Calls 1