Verify a signed message.

Synopsis

Declared in <common/signmessage.h>

MessageVerificationResult
MessageVerify(
    std::string const& address,
    std::string const& signature,
    std::string const& message);

Return Value

result code

Parameters

Name

Description

address [in]

Signer's bitcoin address, it must refer to a public key.

signature [in]

The signature in base64 format.

message [in]

The message that was signed.

Created with MrDocs