PauseEvent
Hierarchy
- { isPaused: Bool }
- PauseEvent
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { isPaused: Bool }
externalisPaused: Bool = Bool
Indicates whether the contract is currently paused.
Returns PauseEvent
Properties
isPaused
Indicates whether the contract is currently paused.
The PauseEvent class represents an event emitted whenever the contract is paused or resumed. This event contains the
isPaused
boolean field, indicating the current state of the contract.