pub trait XcmpMessageSource {
fn take_outbound_messages(maximum_channels: usize) -> Vec<(ParaId, Vec<u8>)> ⓘ;
}
Expand description
A means of figuring out what outbound XCMP messages should be being sent.
pub trait XcmpMessageSource {
fn take_outbound_messages(maximum_channels: usize) -> Vec<(ParaId, Vec<u8>)> ⓘ;
}
A means of figuring out what outbound XCMP messages should be being sent.