MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / context

Method context

api-server/src/lib.rs:638–640  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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> {

Calls

no outgoing calls

Tested by

no test coverage detected