Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IGovernorSettingsAdmin

Fully qualified path: openzeppelin_interfaces::governance::extensions::IGovernorSettingsAdmin

pub trait IGovernorSettingsAdmin<TState>

Trait functions

set_voting_delay

Sets the voting delay.

Fully qualified path: openzeppelin_interfaces::governance::extensions::IGovernorSettingsAdmin::set_voting_delay

fn set_voting_delay(ref self: TState, new_voting_delay: u64)

set_voting_period

Sets the voting period.

Fully qualified path: openzeppelin_interfaces::governance::extensions::IGovernorSettingsAdmin::set_voting_period

fn set_voting_period(ref self: TState, new_voting_period: u64)

set_proposal_threshold

Sets the proposal threshold.

Fully qualified path: openzeppelin_interfaces::governance::extensions::IGovernorSettingsAdmin::set_proposal_threshold

fn set_proposal_threshold(ref self: TState, new_proposal_threshold: u256)