Clone the underlying blockchain provider so callers can inspect chain state.
(&self)
| 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 { |