Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_controller
Function · 0.45
verify_signature
Method · 0.45
gitcoin_cacao_car
Function · 0.45
event_id_for_event
Function · 0.45
gitcoin_attestation_from_car
Function · 0.45
is_init
Method · 0.45
init_payload
Method · 0.45
prev
Method · 0.45
stream_cid
Method · 0.45
transform_raw_events_to_conclusion_events
Method · 0.45
from
Method · 0.45
validate_signed
Method · 0.45
Calls
no outgoing calls
Tested by
2
extract_controller
Function · 0.36
gitcoin_attestation_from_car
Function · 0.36