pub type InstantiateMsg<ModuleMsg = Empty> = InstantiateMsg<BaseInstantiateMsg, ModuleMsg>;Aliased Type§
struct InstantiateMsg<ModuleMsg = Empty> {
pub base: BaseInstantiateMsg,
pub module: ModuleMsg,
}Fields§
§base: BaseInstantiateMsgbase instantiate information
module: ModuleMsgcustom instantiate msg