Module module_factory

Source
Expand description

§Module Factory

abstract_core::module_factory is a native contract that handles instantiation and migration of account modules.

§Description

This contract is instantiated by Abstract and only used internally. Adding or upgrading modules is done using the crate::manager::ExecuteMsg endpoint.

Modules§

state

Structs§

ConfigResponse
Module factory config response
FactoryModuleInstallConfig
Module info, init message and salt
InstantiateMsg
MigrateMsg
We currently take no arguments for migrations
SimulateInstallModulesResponse

Enums§

ExecuteMsg
Module Factory Execute messages
QueryMsg
Module factory query messages