cors
(&self)
| 647 | |
| 648 | /// cors |
| 649 | async fn config_network_options(&self) -> Result<ConfigNetworkOptionsResponse, ApiError> { |
| 650 | let context = self.context().clone(); |
| 651 | self.api().config_network_options(&context).await |
| 652 | } |
| 653 | |
| 654 | /// Get the heap statistics of the Ceramic node |
| 655 | async fn debug_heap_get(&self) -> Result<DebugHeapGetResponse, ApiError> { |