Module pallet_node_authorization::pallet::dispatchables
source · Expand description
Functions§
- Add additional connections to a given node.
- Add a node to the set of well known nodes. If the node is already claimed, the owner will be updated and keep the existing additional connection unchanged.
- A given node can be claimed by anyone. The owner should be the first to know its PeerId, so claim it right away!
- A claim can be removed by its owner and get back the reservation. The additional connections are also removed. You can’t remove a claim on well known nodes, as it needs to reach consensus among the network participants.
- Remove additional connections of a given node.
- Remove a node from the set of well known nodes. The ownership and additional connections of the node will also be removed.
- Reset all the well known nodes. This will not remove the ownership and additional connections for the removed nodes. The node owner can perform further cleaning if they decide to leave the network.
- Swap a well known node to another. Both the ownership and additional connections stay untouched.
- A node can be transferred to a new owner.