Modules§
Structs§
- Client
Proxies Response - Client
Proxy Response - Config
Response - Instantiate
Msg - Used by Abstract to instantiate the contract
The contract is then registered on the registry contract using
crate::registry::ExecuteMsg::ProposeModules
. - Migrate
Msg
Enums§
- Execute
Msg - Interface to the Host.
- Helper
Action - Host
Action - Callable actions on a remote host
- Internal
Action - Query
Msg - Query Host message
Traits§
- Async
Query MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Execute
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Query
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.