Outcome of an attempt to sign a message.
Declared in <common/signmessage.h>
enum class SigningResult : int;
| Name | Description |
|---|---|
OK | No error |
PRIVATE_KEY_NOT_AVAILABLE | The private key for the address was not available. |
SIGNING_FAILED | The signing operation itself failed. |
| Name | Description |
|---|---|
SigningResultString | Return a human-readable description of a signing result. |