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

Method events_post

api-server/src/lib.rs:691–697  ·  view source on GitHub ↗

Creates a new event

(
        &self,
        event_data: models::EventData,
    )

Source from the content-addressed store, hash-verified

689
690 /// Creates a new event
691 async fn events_post(
692 &self,
693 event_data: models::EventData,
694 ) -> Result<EventsPostResponse, ApiError> {
695 let context = self.context().clone();
696 self.api().events_post(event_data, &context).await
697 }
698
699 /// Get events matching the interest stored on the node
700 async fn experimental_events_sep_sep_value_get(

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
contextMethod · 0.45
apiMethod · 0.45

Tested by

no test coverage detected