Module ibc_host

Source

Modules§

state

Structs§

ClientProxiesResponse
ClientProxyResponse
ConfigResponse
InstantiateMsg
Used by Abstract to instantiate the contract The contract is then registered on the registry contract using crate::registry::ExecuteMsg::ProposeModules.
MigrateMsg

Enums§

ExecuteMsg
Interface to the Host.
HelperAction
HostAction
Callable actions on a remote host
InternalAction
QueryMsg
Query Host message

Traits§

AsyncQueryMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
ExecuteMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
QueryMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.