Expand description
§Module Factory
abstract_std::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::account::ExecuteMsg
endpoint.
Modules§
Structs§
- Config
Response - Module factory config response
- Factory
Module Install Config - Module info, init message and salt
- Instantiate
Msg - Simulate
Install Modules Response
Enums§
- Execute
Msg - Module Factory Execute messages
- Migrate
Msg - We currently take no arguments for migrations
- Query
Msg - Module factory query messages
Traits§
- Async
Query MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Execute
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Query
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.