Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Unpaused

Emitted when un-paused, where account triggered the action.

Fully qualified path: starkware_utils::components::pausable::pausable::PausableComponent::Unpaused

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

Members

account

Fully qualified path: starkware_utils::components::pausable::pausable::PausableComponent::Unpaused::account

pub account: ContractAddress