This mapping tracks how many open channel requests were accepted by a given recipient para.
Invariant: HrmpOpenChannelRequests should contain the same number of items (_, X) with
confirmed set to true, as the number of HrmpAcceptedChannelRequestCount for X.
A set of pending HRMP close channel requests that are going to be closed during the session
change. Used for checking if a given channel is registered for closure.
This mapping tracks how many open channel requests are initiated by a given sender para.
Invariant: HrmpOpenChannelRequests should contain the same number of items that has
(X, _) as the number of HrmpOpenChannelRequestCount for X.