Expand description
Structs§
- AppConfig
Response - AppState
- The BaseState contains the main addresses needed for sending and verifying messages
- 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
ExecuteMsg
enum. EnablesInto<ExecuteMsg>
for BOOT fn-generation support. - AppQuery
Msg - Trait indicates that the type is used as an app message
in the
QueryMsg
enum. EnablesInto<QueryMsg>
for BOOT fn-generation support. - Async
Base Query MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Base
Execute MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Base
Query MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.