Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_call
Method · 0.45
execute_and_analyze
Method · 0.45
prepare_simulation
Method · 0.45
verify_deployed_contract_constants
Function · 0.45
new
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected