Crate abstract_interface

Source

Structs§

Abstract
AbstractDaemonState
State of abstract deployments
AbstractIbc
AccountDetails
A helper struct that contains fields from abstract_std::account::state::AccountInfo
AccountI
AnsHost
IbcClient
IbcHost
InstantiateMsg
Used by Abstract to instantiate the contract The contract is then registered on the registry contract using crate::registry::ExecuteMsg::ProposeModules.
MigrateMsg
ModuleFactory
Registry

Enums§

AbstractInterfaceError
DeployStrategy
Strategy for deploying
ExecuteMsg
Interface to the Host.
QueryMsg
Query Host message

Constants§

VERSION

Traits§

AccountExecFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
AccountQueryFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
AdapterDeployer
Trait for deploying Adapters
AppDeployer
Trait for deploying APPs
ClientResolve
DependencyCreation
Trait to access module dependency information tied directly to the type.
ExecuteMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
InstallConfig
Trait to make it easier to construct ModuleInfo and ModuleInstallConfig for a RegisteredModule.
MFactoryExecFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
MFactoryQueryFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
RegisteredModule
Trait to access module information tied directly to the type.
RegistryExecFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
RegistryQueryFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
ServiceDeployer
Trait for deploying Services
StandaloneDeployer
Trait for deploying Standalones

Functions§

get_account_contract
get_ibc_contracts
get_native_contracts