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

Method with_max_controller

core/src/event_id.rs:366–373  ·  view source on GitHub ↗

Specify that the maximum controller value should be used for the event

(mut self)

Source from the content-addressed store, hash-verified

364 }
365 /// Specify that the maximum controller value should be used for the event
366 pub fn with_max_controller(mut self) -> Builder<WithController> {
367 self.state.bytes.extend(FFS_8);
368 Builder {
369 state: WithController {
370 bytes: self.state.bytes,
371 },
372 }
373 }
374 /// Specify the controller for the event
375 pub fn with_controller(mut self, controller: &str) -> Builder<WithController> {
376 self.state

Callers 3

process_extra_interestsFunction · 0.80

Calls 1

extendMethod · 0.45

Tested by 1