Structs§
- Abstract
- Abstract
Daemon State - State of abstract deployments
- Abstract
Ibc - Account
Details - A helper struct that contains fields from
abstract_std::account::state::AccountInfo
- AccountI
- AnsHost
- IbcClient
- IbcHost
- Instantiate
Msg - Used by Abstract to instantiate the contract
The contract is then registered on the registry contract using
crate::registry::ExecuteMsg::ProposeModules
. - Migrate
Msg - Module
Factory - Registry
Enums§
- Abstract
Interface Error - Deploy
Strategy - Strategy for deploying
- Execute
Msg - Interface to the Host.
- Query
Msg - Query Host message
Constants§
Traits§
- Account
Exec Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Account
Query Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Adapter
Deployer - Trait for deploying Adapters
- AppDeployer
- Trait for deploying APPs
- Client
Resolve - Dependency
Creation - Trait to access module dependency information tied directly to the type.
- Execute
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Install
Config - Trait to make it easier to construct
ModuleInfo
andModuleInstallConfig
for aRegisteredModule
. - MFactory
Exec Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- MFactory
Query Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Registered
Module - Trait to access module information tied directly to the type.
- Registry
Exec Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Registry
Query Fns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Service
Deployer - Trait for deploying Services
- Standalone
Deployer - Trait for deploying Standalones