Trait cumulus_primitives_core::GetChannelInfo[][src]

pub trait GetChannelInfo {
    fn get_channel_status(id: ParaId) -> ChannelStatus;
fn get_channel_max(id: ParaId) -> Option<usize>; }

Required methods

Implementors