Expand description
§Version Control
abstract_core::version_control
stores chain-specific code-ids, addresses and an account_id map.
§Description
Code-ids and api-contract addresses are stored on this address. This data can not be changed and allows for complex factory logic. Both code-ids and addresses are stored on a per-module version basis which allows users to easily upgrade their modules.
An internal account-id store provides external verification for manager and proxy addresses.
Modules§
Structs§
- Account
Base - Contains the minimal Abstract Account contract addresses.
- Account
Base Response - Config
- Contains configuration info of version control.
- Config
Response - Instantiate
Msg - Version Control Instantiate Msg
- Migrate
Msg - Module
Configuration - Module
Default Configuration - Module
Filter - A ModuleFilter that mirrors the
ModuleInfo
struct. - Module
Response - Modules
List Response - Modules
Response - Namespace
Info - Namespace
List Response - Namespaces
Response
Enums§
- Execute
Msg - Version Control Execute Msg
- Namespace
Response - Query
Msg - Version Control Query Msg
- Update
Module