Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Paused

Emitted when paused, where account triggered the action.

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

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

Members

account

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

pub account: ContractAddress