[#MessageHash] = MessageHash :mrdocs: Hashes a message for signing and verification in a manner that prevents inadvertently signing a transaction. == Synopsis Declared in `<common/signmessage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] MessageHash(std::string const& message); ---- == Return Value The hash of the message combined with the message magic. == Parameters [cols="1,4"] |=== | Name| Description | *message* | The message to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#