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 | — |
| Paused | Emitted when the pause is triggered by account . |
| Unpaused | Emitted when the pause is lifted by account . |
| ComponentState | — |