Get info about the Ceramic network the node is connected to
(&self)
| 641 | |
| 642 | /// Get info about the Ceramic network the node is connected to |
| 643 | async fn config_network_get(&self) -> Result<ConfigNetworkGetResponse, ApiError> { |
| 644 | let context = self.context().clone(); |
| 645 | self.api().config_network_get(&context).await |
| 646 | } |
| 647 | |
| 648 | /// cors |
| 649 | async fn config_network_options(&self) -> Result<ConfigNetworkOptionsResponse, ApiError> { |