Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Unpaused

Emitted when the pause is lifted by account.

Fully qualified path: openzeppelin_security::pausable::PausableComponent::Unpaused

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

Members

account

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

pub account: ContractAddress