Module abstract_core::app
source · Expand description
Abstract App
abstract_core::app implements shared functionality that’s useful for creating new Abstract apps.
Description
An app is a contract that is allowed to perform actions on a proxy contract while also being migratable.
Structs
- Used by Module Factory to instantiate App
Enums
Traits
- Trait indicates that the type is used as an app message in the
ExecuteMsgenum. EnablesInto<ExecuteMsg>for BOOT fn-generation support. - Trait indicates that the type is used as an app message in the
QueryMsgenum. EnablesInto<QueryMsg>for BOOT fn-generation support.