Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

MinDelayChanged

Emitted when the minimum delay for future operations is modified.

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::MinDelayChanged

[derive(Drop, Debug, PartialEq, starknet::Event)]
pub struct MinDelayChanged {
    pub old_duration: u64,
    pub new_duration: u64,
}

Members

old_duration

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::MinDelayChanged::old_duration

pub old_duration: u64

new_duration

Fully qualified path: openzeppelin_governance::timelock::timelock_controller::TimelockControllerComponent::MinDelayChanged::new_duration

pub new_duration: u64