Module abstract_std::app
source · Expand description
Structs§
- The BaseState contains the main addresses needed for sending and verifying messages
- 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. - 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.