(&self)
| 636 | } |
| 637 | |
| 638 | fn context(&self) -> &C { |
| 639 | ContextWrapper::context(self) |
| 640 | } |
| 641 | |
| 642 | /// Get info about the Ceramic network the node is connected to |
| 643 | async fn config_network_get(&self) -> Result<ConfigNetworkGetResponse, ApiError> { |
no outgoing calls
no test coverage detected