Struct ftoken::msg::InitMsg [−][src]
pub struct InitMsg {
pub init_info: FtokenContrInit,
pub name: String,
pub admin: Option<HumanAddr>,
pub symbol: String,
pub decimals: u8,
pub initial_balances: Option<Vec<InitialBalance>>,
pub prng_seed: Binary,
pub config: Option<InitConfig>,
}
Fields
init_info: FtokenContrInit
ftoken addition: fractionalizer contract hash and idx
name: String
admin: Option<HumanAddr>
symbol: String
decimals: u8
initial_balances: Option<Vec<InitialBalance>>
prng_seed: Binary
config: Option<InitConfig>
Implementations
Trait Implementations
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
The name of the generated JSON Schema. Read more
Generates a JSON Schema for this type. Read more
fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the $ref
keyword. Read more
Auto Trait Implementations
impl RefUnwindSafe for InitMsg
impl UnwindSafe for InitMsg
Blanket Implementations
Mutably borrows from an owned value. Read more