Function 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