pub type OutboundHrmpMessage = OutboundHrmpMessage<ParaId>;
Expand description

And outbound HRMP message

Aliased Type§

struct OutboundHrmpMessage {
    pub recipient: Id,
    pub data: Vec<u8>,
}

Fields§

§recipient: Id

The para that will get this message in its downward message queue.

§data: Vec<u8>

The message payload.