Struct everscale_types::models::config::ConfigParam11
source · pub struct ConfigParam11;Expand description
Config voting setup params.
Contains a ConfigVotingSetup.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam11where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam11where for<'c> C: DefaultFinalizer + 'c,
§type Value = ConfigVotingSetup<C>
type Value = ConfigVotingSetup<C>
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam11 as KnownConfigParam<'a, C>>::Value>
type Wrapper = ParamIdentity<<ConfigParam11 as KnownConfigParam<'a, C>>::Value>
Value wrapper.