Type Alias inbound_hrmp_channels_contents

inbound_hrmp_channels_contents: RuntimeDescriptor<[recipient: number], [number, {
    data: Binary;
    sent_at: number;
}[]][]>

Get the contents of all channels addressed to the given recipient. Channels that have no messages in them are also included.