Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IGovernorSettingsAdminDispatcherTrait

Fully qualified path: openzeppelin_interfaces::governance::extensions::IGovernorSettingsAdminDispatcherTrait

Part of the group: dispatchers

pub trait IGovernorSettingsAdminDispatcherTrait<T>

Trait functions

set_voting_delay

Sets the voting delay.

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

fn set_voting_delay(self: T, new_voting_delay: u64)

set_voting_period

Sets the voting period.

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

fn set_voting_period(self: T, new_voting_period: u64)

set_proposal_threshold

Sets the proposal threshold.

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

fn set_proposal_threshold(self: T, new_proposal_threshold: u256)