InstantiateMsg

Type Alias InstantiateMsg 

Source
pub type InstantiateMsg<AppMsg = Empty> = InstantiateMsg<BaseInstantiateMsg, AppMsg>;

Aliased Type§

pub struct InstantiateMsg<AppMsg = Empty> {
    pub base: BaseInstantiateMsg,
    pub app: AppMsg,
}

Fields§

§base: BaseInstantiateMsg

base instantiate information

§app: AppMsg

custom instantiate msg