VaultDf

Type Alias VaultDf 

Source
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: 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: MarketVault

The value for the name of this field

§value: Vault<Otw>

The value bound to this field