SigningResultString

Return a human-readable description of a signing result.

Synopsis

Declared in <common/signmessage.h>

std::string
SigningResultString(SigningResult res);

Return Value

The description string for the result.

Parameters

NameDescription
resThe signing result to describe.