pub fn handle_host_action(
deps: DepsMut<'_>,
env: Env,
src_chain: TruncatedChainId,
account_address: String,
received_account_id: AccountId,
host_action: HostAction,
) -> HostResultExpand description
Handle actions that are passed to the IBC host contract
This function is not permissioned and access control needs to be handled outside of it
Usually the src_chain argument needs to be derived from the message sender