pub fn hrmp_cancel_open_request<T: Config>(
    channel_id: HrmpChannelId,
    open_requests: u32,
)
Expand description

This cancels a pending open channel request. It can be canceled by either of the sender or the recipient for that request. The origin must be either of those.

The cancellation happens immediately. It is not possible to cancel the request if it is already accepted.

Total number of open requests (i.e. HrmpOpenChannelRequestsList) must be provided as witness data.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::hrmp_cancel_open_request.