Function abstract_ibc_host::endpoints::packet::handle_module_execute

source ยท
pub fn handle_module_execute(
    deps: DepsMut<'_>,
    env: Env,
    src_chain: TruncatedChainId,
    source_module: InstalledModuleIdentification,
    target_module: ModuleInfo,
    msg: Binary,
) -> HostResult
Expand description

Handle actions that are passed to the IBC host contract and originate from a registered module