Outcome of an attempt to sign a message.

Synopsis

Declared in <common/signmessage.h>

enum class SigningResult : int;

Members

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.

Non-Member Functions

Name

Description

SigningResultString

Return a human‐readable description of a signing result.

Created with MrDocs