Type Alias cumulus_primitives_core::InboundHrmpMessage
source · pub type InboundHrmpMessage = InboundHrmpMessage<BlockNumber>;
Expand description
An inbound HRMP message.
Aliased Type§
struct InboundHrmpMessage {
pub sent_at: u32,
pub data: Vec<u8>,
}
Fields§
§sent_at: u32
The 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.