Type Alias hrmp_close_channel

hrmp_close_channel: TxDescriptor<
    { channel_id: { recipient: number; sender: number } },
>

Initiate unilateral closing of a channel. The origin must be either the sender or the recipient in the channel being closed.

The closure can only happen on a session change.