You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varprivateKey=newPrivateKey('L4V1cLWhZVGVTEHc7tAaWdD61kSn4JJgBTcZL19XHAySd7J4TsLb');varmessage=newMessage('This is an example of a signed message.');varsignature=message.sign(privateKey);
Verify a DigiByte message
varaddress='DTcHjD2WnbgDyxdWitFzTLaUUr5oQD974C';varsignature='Hz7xcTo2Ay7141pQ2qzXDP1GdRx42i44RMNEoeTOzVKvf8UScsiIQE4t8A8fGHs87kbhoZ6oi6ov+cDNYvRx2AA=';varverified=newMessage('This is an example of a signed message.').verify(address,signature);