MCPcopy Create free account
hub / github.com/base/base / blockchain_provider

Method blockchain_provider

crates/execution/runner/src/test_utils/node.rs:171–173  ·  view source on GitHub ↗

Clone the underlying blockchain provider so callers can inspect chain state.

(&self)

Source from the content-addressed store, hash-verified

169
170 /// Clone the underlying blockchain provider so callers can inspect chain state.
171 pub fn blockchain_provider(&self) -> LocalNodeProvider {
172 self.provider.clone()
173 }
174
175 /// Websocket URL for the local node.
176 pub fn ws_url(&self) -> String {

Calls 1

cloneMethod · 0.45

Tested by 1

newMethod · 0.36