Crate abstract_app

Source

Re-exports§

pub use error::AppError;
pub use crate::state::AppContract;
pub use abstract_std as std;
pub use abstract_sdk as sdk;
pub use abstract_interface;

Modules§

error
features
msgs
objects
State and Message Objects
state
traits

Macros§

app_msg_types
Generates boilerplate code and entrypoint message types.
cw_orch_interface
Creates the interface for working with the app with cw-orch. This generates all the necessary code used to interact with the app in an cw-orch environment
export_endpoints
Exports all entry-points, should be enabled by default.

Type Aliases§

AppResult