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