pub type CollateralInfoDf = Field<RegistryCollateralInfo<Otw>, CollateralInfo>;Expand description
Dynamic field storing a CollateralInfo.
Aliased Type§
pub struct CollateralInfoDf {
pub id: UID,
pub name: RegistryCollateralInfo<Otw>,
pub value: CollateralInfo<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: RegistryCollateralInfo<Otw>The value for the name of this field
value: CollateralInfo<Otw>The value bound to this field