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

Method payload

event/src/unvalidated/signed/mod.rs:66–68  ·  view source on GitHub ↗

Get the Payload

(&self)

Source from the content-addressed store, hash-verified

64
65 /// Get the Payload
66 pub fn payload(&self) -> &Payload<D> {
67 &self.payload
68 }
69
70 /// Get the Envelope
71 pub fn envelope(&self) -> &Envelope {

Callers 13

extract_controllerFunction · 0.45
verify_signatureMethod · 0.45
gitcoin_cacao_carFunction · 0.45
event_id_for_eventFunction · 0.45
is_initMethod · 0.45
init_payloadMethod · 0.45
prevMethod · 0.45
stream_cidMethod · 0.45
fromMethod · 0.45
validate_signedMethod · 0.45

Calls

no outgoing calls

Tested by 2

extract_controllerFunction · 0.36