Function: initiateRemoveBLSPublicKey()
The function initiates a request for a service node to leave the network by its service node ID, notifying the network of the node's intention to exit.
Inputs
serviceNodeIDValidation: The
leaveRequestTimestampof_serviceNodescorresponding to theserviceNodeIDmust be zero. This meansinitiateRemoveBLSPublicKeycannot be called more than once for the sameserviceNodeID.Impact: Retrieve the
_serviceNodescorresponding to the service ID.
Branches and code coverage (including function calls)
Intended branches
Negative behavior
Function call analysis
N/A.