pub type InstantiateMsg<AppMsg = Empty> = InstantiateMsg<BaseInstantiateMsg, AppMsg>;Aliased Type§
pub struct InstantiateMsg<AppMsg = Empty> {
pub base: BaseInstantiateMsg,
pub app: AppMsg,
}Fields§
§base: BaseInstantiateMsgbase instantiate information
app: AppMsgcustom instantiate msg