Struct everscale_types::models::config::ConfigParam18
source · pub struct ConfigParam18;Expand description
Storage prices for different intervals of time.
Contains a dictionary with a history of all StoragePrices.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam18where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam18where for<'c> C: DefaultFinalizer + 'c,
§type Value = Dict<C, u32, StoragePrices>
type Value = Dict<C, u32, StoragePrices>
Associated value type.
§type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a, C>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a, C>>::Value>
Value wrapper.