SigningResult

Outcome of an attempt to sign a message.

Synopsis

Declared in <common/signmessage.h>

enum class SigningResult : int;

Members

NameDescription
OK No error
PRIVATE_KEY_NOT_AVAILABLE The private key for the address was not available.
SIGNING_FAILED The signing operation itself failed.

Non-Member Functions

NameDescription
SigningResultStringReturn a human-readable description of a signing result.