Last modified: 2024-09-14
NEO.UnRegisterCandidate Method
Unregisters as a candidate.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Unregistering candidate requires the candidate's signature. It means candidate unregistering is only self-determined.
Syntax
Parameter:
-
pubkey: the public key of the account to be unregistered.
Example
Response body:
Response description:
-
true: The candidate is successfully unregistered.
-
Others: failed.