pub trait ListChannelInfos {
// Required method
fn outgoing_channels() -> Vec<ParaId>;
}
Expand description
List all open outgoing channels.
Required Methods§
fn outgoing_channels() -> Vec<ParaId>
Object Safety§
This trait is not object safe.