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§
- State and Message Objects
Macros§
- Generates boilerplate code and entrypoint message types.
- 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
- Exports all entry-points, should be enabled by default.