remove_connections

Function remove_connections 

Source
pub fn remove_connections<T: Config>(
    node: OpaquePeerId,
    connections: Vec<OpaquePeerId>,
)
Expand description

Remove additional connections of a given node.

  • node: identifier of the node.
  • connections: additional nodes from which the connections are not allowed anymore.

ยงWarning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::remove_connections.