IPausable
Fully qualified path: starkware_utils::components::pausable::interface::IPausable
pub trait IPausable<TState>
Trait functions
is_paused
Fully qualified path: starkware_utils::components::pausable::interface::IPausable::is_paused
fn is_paused(self: @TState) -> bool
pause
Fully qualified path: starkware_utils::components::pausable::interface::IPausable::pause
fn pause(ref self: TState)
unpause
Fully qualified path: starkware_utils::components::pausable::interface::IPausable::unpause
fn unpause(ref self: TState)