Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

VotingPeriodUpdated

Emitted when Governor_voting_period is updated.

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::VotingPeriodUpdated

[derive(Drop, Debug, PartialEq, starknet::Event)]
pub struct VotingPeriodUpdated {
    pub old_voting_period: u64,
    pub new_voting_period: u64,
}

Members

old_voting_period

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::VotingPeriodUpdated::old_voting_period

pub old_voting_period: u64

new_voting_period

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::VotingPeriodUpdated::new_voting_period

pub new_voting_period: u64