Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Paused

Emitted when the pause is triggered by account.

Fully qualified path: openzeppelin_security::pausable::PausableComponent::Paused

[derive(Drop, Debug, PartialEq, starknet::Event)]
pub struct Paused {
    pub account: ContractAddress,
}

Members

account

Fully qualified path: openzeppelin_security::pausable::PausableComponent::Paused::account

pub account: ContractAddress