Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PausableComponent

Pausable Component

The Pausable component allows the using contract to implement an emergency stop mechanism. Only functions that call assert_paused or assert_not_paused will be affected by this mechanism.

Fully qualified path: openzeppelin_security::pausable::PausableComponent

Modules

Free functions

Structs

Storage
PausedEmitted when the pause is triggered by account .
UnpausedEmitted when the pause is lifted by account .
ComponentState

Enums

Event

Traits