pub type OutboundHrmpMessage = OutboundHrmpMessage<ParaId>;Expand description
And outbound HRMP message
Aliased Type§
pub struct OutboundHrmpMessage {
pub recipient: Id,
pub data: Vec<u8>,
}Fields§
§recipient: IdThe para that will get this message in its downward message queue.
data: Vec<u8>The message payload.