Struct tea_tapp_common::entity::EntitySettings
source · pub struct EntitySettings {Show 14 fields
pub token_id: TokenId,
pub name: String,
pub owner: Account,
pub ticker: String,
pub detail: String,
pub link: String,
pub max_allowed_hosts: u32,
pub tapp_type: String,
pub billing_mode: String,
pub buy_curve_k: u32,
pub sell_curve_k: u32,
pub init_amount: Balance,
pub hosting_amount: Balance,
pub cml_id: Option<CmlId>,
}Fields§
§token_id: TokenId§name: String§owner: Account§ticker: String§detail: String§link: String§max_allowed_hosts: u32§tapp_type: String§billing_mode: String§buy_curve_k: u32§sell_curve_k: u32§init_amount: Balance§hosting_amount: Balance§cml_id: Option<CmlId>Trait Implementations§
source§impl Debug for EntitySettings
impl Debug for EntitySettings
source§impl<'de> Deserialize<'de> for EntitySettings
impl<'de> Deserialize<'de> for EntitySettings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more