Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IPausableSafeDispatcherTrait

Fully qualified path: starkware_utils::components::pausable::interface::IPausableSafeDispatcherTrait

Part of the group: dispatchers

pub trait IPausableSafeDispatcherTrait<T>

Trait functions

is_paused

Fully qualified path: starkware_utils::components::pausable::interface::IPausableSafeDispatcherTrait::is_paused

fn is_paused(self: T) -> Result<bool, Array<felt252>>

pause

Fully qualified path: starkware_utils::components::pausable::interface::IPausableSafeDispatcherTrait::pause

fn pause(self: T) -> Result<(), Array<felt252>>

unpause

Fully qualified path: starkware_utils::components::pausable::interface::IPausableSafeDispatcherTrait::unpause

fn unpause(self: T) -> Result<(), Array<felt252>>