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

Method provider

crates/simulator/src/simulation_builder.rs:88–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

86 }
87
88 pub fn provider(&self) -> DynProvider {
89 self.0.provider.clone()
90 }
91
92 pub fn settlement_address(&self) -> Address {
93 *self.0.settlement.address()

Callers 5

build_simulation_callMethod · 0.45
execute_and_analyzeMethod · 0.45
prepare_simulationMethod · 0.45
newMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected