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
Name |
Description |
res |
The signing result to describe. |
Created with MrDocs