Expand description
Structs§
- AppConfig
Response - Base
Instantiate Msg - Used by Module Factory to instantiate App
- Base
Migrate Msg
Enums§
Traits§
- AppExecute
Msg - Trait indicates that the type is used as an app message
in the
ExecuteMsgenum. EnablesInto<ExecuteMsg>for BOOT fn-generation support. - AppQuery
Msg - Trait indicates that the type is used as an app message
in the
QueryMsgenum. EnablesInto<QueryMsg>for BOOT fn-generation support.