Function pallet_node_authorization::pallet::dispatchables::add_connections
source · pub fn add_connections<T: Config>(node: PeerId, connections: Vec<PeerId>)
Expand description
Add additional connections to a given node.
node
: identifier of the node.connections
: additonal 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
.