Outcome of an attempt to sign a message.
Synopsis
Declared in <common/signmessage.h>
enum class SigningResult : int;
Members
Name |
Description |
|
No error |
|
The private key for the address was not available. |
|
The signing operation itself failed. |
Non-Member Functions
Name |
Description |
Return a human‐readable description of a signing result. |
Created with MrDocs