Module abstract_std::app

source ·
Expand description

§Abstract App

abstract_std::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§

Enums§

Traits§

  • Trait indicates that the type is used as an app message in the ExecuteMsg enum. Enables Into<ExecuteMsg> for BOOT fn-generation support.
  • Trait indicates that the type is used as an app message in the QueryMsg enum. Enables Into<QueryMsg> for BOOT fn-generation support.
  • Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
  • Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.

Type Aliases§