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> KnownConfigParam<'a> for ConfigParam18
impl<'a> KnownConfigParam<'a> for ConfigParam18
§type Value = Dict<u32, StoragePrices>
type Value = Dict<u32, StoragePrices>
Associated value type.
§type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
Value wrapper.