Function pallet_node_authorization::pallet::dispatchables::remove_claim
source · pub fn remove_claim<T: Config>(node: OpaquePeerId)
Expand description
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.
node
: identifier of the node.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_claim
.