Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ controllers
Method
controllers
event/src/unvalidated/payload/init.rs:139–141 ·
view source on GitHub ↗
Get the controllers
(&self)
Source
from the content-addressed store, hash-verified
137
138
/// Get the controllers
139
pub fn controllers(&self) -> &[String] {
140
self.controllers.as_ref()
141
}
142
143
/// Get the sep
144
pub fn sep(&self) -> &str {
Callers
8
extract_controller
Function · 0.80
gitcoin_cacao_car
Function · 0.80
event_id_from_init_payload
Function · 0.80
try_from
Method · 0.80
process_unreferenced_init_payloads
Method · 0.80
process_signed_event
Method · 0.80
process_time_event
Method · 0.80
verify_signature_against_init_controller
Method · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
1
extract_controller
Function · 0.64