Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ProposalThresholdUpdated

Emitted when Governor_proposal_threshold is updated.

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

[derive(Drop, Debug, PartialEq, starknet::Event)]
pub struct ProposalThresholdUpdated {
    pub old_proposal_threshold: u256,
    pub new_proposal_threshold: u256,
}

Members

old_proposal_threshold

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::ProposalThresholdUpdated::old_proposal_threshold

pub old_proposal_threshold: u256

new_proposal_threshold

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::ProposalThresholdUpdated::new_proposal_threshold

pub new_proposal_threshold: u256