Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Storage

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

[storage]
pub struct Storage {
    pub Governor_voting_delay: u64,
    pub Governor_voting_period: u64,
    pub Governor_proposal_threshold: u256,
}

Members

Governor_voting_delay

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::Storage::Governor_voting_delay

pub Governor_voting_delay: u64

Governor_voting_period

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::Storage::Governor_voting_period

pub Governor_voting_period: u64

Governor_proposal_threshold

Fully qualified path: openzeppelin_governance::governor::extensions::governor_settings::GovernorSettingsComponent::Storage::Governor_proposal_threshold

pub Governor_proposal_threshold: u256