pub type InboundHrmpMessage = InboundHrmpMessage<BlockNumber>;Expand description
An inbound HRMP message.
Aliased Type§
pub struct InboundHrmpMessage {
pub sent_at: u32,
pub data: Vec<u8>,
}Fields§
§sent_at: u32The block number at which this message was sent. Specifically, it is the block number at which the candidate that sends this message was enacted.
data: Vec<u8>The message payload.