Skip to main content

MarketInfoDf

Type Alias MarketInfoDf 

Source
pub type MarketInfoDf = Field<RegistryMarketInfo, MarketInfo>;
Expand description

Dynamic field storing a MarketInfo.

Aliased Type§

pub struct MarketInfoDf {
    pub id: UID,
    pub name: RegistryMarketInfo,
    pub value: MarketInfo<Otw>,
}

Fields§

§id: UID

Determined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)

§name: RegistryMarketInfo

The value for the name of this field

§value: MarketInfo<Otw>

The value bound to this field