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