Computes the TIP-191 personal message digest of a message. Personal messages are converted to UTF-8 bytes and prefixed with "\u0019POLLUX Signed Message:\n" and the length of the message.UsageJavaScript
Parameters
Parameter
Description
Type
message
A string message.
String
Return String - The TIP-191 digest of the message.Example