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: UIDDetermined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: RegistryMarketInfoThe value for the name of this field
value: MarketInfo<Otw>The value bound to this field