Struct everscale_types::models::config::ConfigParam23
source · pub struct ConfigParam23;Expand description
Base workchain block limits.
Contains BlockLimits.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam23where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam23where for<'c> C: DefaultFinalizer + 'c,
§type Value = BlockLimits
type Value = BlockLimits
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam23 as KnownConfigParam<'a, C>>::Value>
type Wrapper = ParamIdentity<<ConfigParam23 as KnownConfigParam<'a, C>>::Value>
Value wrapper.