pub fn add_connections<T: Config>(
node: OpaquePeerId,
connections: Vec<OpaquePeerId>,
)Expand description
Add additional connections to a given node.
node: identifier of the node.connections: additional nodes from which the connections are allowed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_connections.