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

Method id

api/src/server.rs:200–205  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

198 }
199
200 pub fn id(&self) -> &EventId {
201 match self {
202 Self::Success(id) => id,
203 Self::Failed(id, _) => id,
204 }
205 }
206
207 pub fn success(&self) -> bool {
208 match self {

Calls

no outgoing calls