Type Alias HrmpAcceptedChannelRequestCount

HrmpAcceptedChannelRequestCount: StorageDescriptor<
    [Key: number],
    number,
    false,
    never,
>

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.